Compact record format for low-overhead databases

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C707S793000, C707S793000

Reexamination Certificate

active

06360218

ABSTRACT:

COPYRIGHT DISCLAIMER
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
BACKGROUND OF THE INVENTION
The present invention pertains to electronic data processing, and more particularly concerns reducing the overhead associated with small databases, especially for computers having limited capacity.
Conventional relational databases such as Microsoft® Access® and SQL Server are flexible and powerful. However, they are large programs, and they are optimized for large databases, concurrent access by multiple users, and ease of modifying data.
One of the consequences of this optimization is that the performance overhead of each database is relatively high. In particular, conventional databases must store a schema that is developed anew by the database program for each database. A relational database is made up of one or (usually) more tables. Each table is a set of records or rows having data in a defined set of columns. The data in each column is defined to be of a certain type, and may also have value restrictions, such as uniqueness or not null. Indexes can be defined on certain table columns. This information about the database is its schema. Database programs employ a data definition language whereby a user can define and modify the schema of a database. Because the data definition language (DDL) is typically the only facility for manipulating the schema of a database, a user (or, more likely, a database administrator) must create every new database essentially by hand. Again, for large databases having multiple users, this is not a problem.
Another consequence is that the storage overhead of each database is high. Optimization for concurrent usage, especially concurrent updating, by many users imposes many restrictions upon the form of the data. Constant read and write operations make many compression techniques too time-consuming. Large numbers of write operations relative to read operations impose restrictions on reorganizing the data for storage efficiency.
An increasing range of applications, however, could advantageously employ the power of the relational model for a large number of smaller databases, especially those normally accessed only by single users who mostly read the data, and write new data infrequently. For example, component libraries containing class and type definitions for programming systems need to be widely distributed, and seldom have their data modified. As another example, address books in hand-held personal computers and similar applications are the antithesis of the databases for which relational databases are designed. These applications have many copies of similarly defined small, single-user, read-mostly databases.
Today, many such applications employ one-off database programs of very limited power and flexibility in order to allow the use of compression and other techniques for increasing efficiency. Consequently, there is a need for processing large numbers of relatively small data bases without incurring the storage penalties of conventional relational database management systems or the limitations of individually written database programs.
SUMMARY OF THE INVENTION
The present invention provides a data file format optimized for small, single-user, read-mostly databases. The file has a signature, a number of data streams, and a header identifying the data streams. Compressed relational tables are represented as fixed-width arrays. The invention also provides a table format having a fixed width for easy access to individual records. Any table having a designated primary key has its records ordered by the values of the primary key, so that a simple binary search can find any desired value. An additional non-persisted record number column may identify each record. Another non-data hash column can optionally facilitate hash chaining by containing the number of the next record in each hash chain, so that a hash vector need only contain the record number of the first record in each hash chain.


REFERENCES:
patent: 5561793 (1996-10-01), Bennett et al.
patent: 5611076 (1997-03-01), Durlinger et al.
patent: 5713014 (1998-01-01), Durflinger et al.
patent: 5742806 (1998-04-01), Reiner et al.
patent: 5835912 (1998-11-01), Pet
patent: 5991776 (1999-11-01), Bennett et al.
patent: 6073129 (2000-06-01), Levine et al.
patent: 5960200 (2000-09-01), Eager et al.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Compact record format for low-overhead databases does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Compact record format for low-overhead databases, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Compact record format for low-overhead databases will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2883855

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.