The present invention relates generally to database systems. More particularly, the present invention relates to a system and method for storing and accessing data in data cells.
Current database technology generally relies on one of three main types: relational databases, object-oriented databases, or a combination of relational and object-oriented databases. Relational databases divide the world into tables, with columns defining data fields and rows defining data records. Relational databases then use relationships and set theory to model and manage real-world data. Object-oriented databases model the world in objects, in which data is encapsulated into objects and associated with methods and procedures. Object-relational databases are a combination of the previous two types.
All of these database constructs are primarily concerned with organizing data into predefined formats and structures. In order to represent the data, an object or a table must be defined with known data characteristics. For instance, before data can be stored in an object, the object must be defined to allow certain types of data, and the object must be pre-associated with relevant procedures. Alternatively, in the relational database construct, a table must be defined before any data can be stored in the table, with each column being defined to allow only certain amounts and types of data.
Unfortunately, this pre-defining of data is always done without a perfect knowledge of the real-world data being modeled. As a result, once the database is actually implemented, changes often must be made to the table definitions or objects so as to more accurately reflect the real-world data. These changes will typically require that the database be reconstructed according to the new definitions. In addition, even after an optimum definition of the real-word data is created, the existing database constructs are not flexible enough to handle unique situations that do not fit the optimum definition. Once this definition is created, along with the related data formats, relationships, and methods, the created structure cannot be easily modified to allow the representation of the unusual case.
What is needed is a database construct that is not as rigid as the existing models of relational and object-oriented databases. This preferred model would not require a pre-definition of the data, but would rather allow data to be entered as it is encountered. Associations between data elements could be developed on-the-fly, and new data could be added to the system even if the pre-existing model did not expect such data to exist.
The present invention meets the needs and overcomes the associated limitations of the prior art by storing data in cells. A data cell contains only a single element of data. By storing all data in these cells, data can be dynamically structured according to changing needs. In addition, the information stored in the cell is easily accessible, meaning that data extrapolation is quick and easy. Additional references to a particular data value will always use the one data value that has been dynamically normalized by the present invention. Finally, meta data that defines data structures and types are stored in data cells, which allows the data collection to be self-defining.
The data cell of the present invention includes four elements: an Entity Instance Identifier (identified in this application through the letter “O”), an Entity Type Identifier (“E”), an Attribute Type Identifier (“A”), and an Attribute Value (“V”). For instance, the existence of an employee who is named “Johnson” would be represented by a single cell. The Entity Type Identifier would be an “Employee.” The Entity Instance Identifier is an identifier, such as the number “1,” that allows the employee to be uniquely identified. The Attribute Type Identifier would be the “Employee Name,” and the Attribute Value would be “Johnson.” The data cell would look like the following:
Groups of cells with identical O and E values constitute a cell set, and contain information about a specific instance of an entity. Every cell contains a unique combination of O, E, A, and V, meaning that each cell is unique within any particular information universe.
Relationships between cells and cell sets are created through the use of “linking” or “synapse” cells. Synapse cells are created through a process of transmutation. In transmutation, two cell sets are associated with each other through the creation of two synapse cells. The first synapse cell has the O and E values of the first cell set, and has an A and V value equal to the E and O value, respectively, of the second cell set. The second synapse cell has the O and E values of the second cell set, and has as its A and V values the E and O value, respectively, of the first cell set.
1. Prior Art
Similarly, the second table 40 shown in
It is often important in databases to model the fact that some data is associated with other data. In the example of employees and projects, as shown in
However, in the real world, it is likely that each project will have more than one employee assigned to it, and it is likely that each employee will be assigned to more than one project. To handle the possibility of these types of many-to-many relationships, it is necessary to utilize a third table 60, such as that shown in
Very often, relational databases utilize key fields to aid in data access. The data in a key field must be unique for the entire table. Thus, a key field for the employee table 10 might be the social security number column, since the U.S. government strives to ensure that each social security number is unique to one individual. In project table 40, it might be wise to create a project number column that is subject to a uniqueness constraint to ensure that no two rows 46 contain the same project number. The key fields are then pre-indexed, which allows fast access to data in a table when the key field is known. These key fields can then be used to create efficient relationships in a table such as table 60.
2. Data Cells
The present invention differs from traditional relational and object-oriented databases in that all data is stored in data cells 100. In its most generic sense, a data cell 100 is a data construct that contains a single attribute value. In comparison to a relational database table, a single data cell would contain the value of a field found at a single column and row intersection. The data cell 100 of the present invention differs from an intersection in a data table in that the data cell 100 is not stored within a table or an object construct. Because there is no external construct to associate one cell 100 with another, each data cell 100 of the present invention must be self-identifying. In other words, the data cell 100 must contain not only the value of interest, but it also must contain enough information to identify the attribute to which the value relates, and to associate the attribute with a particular instance of an entity.
As shown in
The O field 102 is the Entity Instance Identifier, and serves to uniquely identify the entity that is associated with the data cell 100. The E field 104 is the Entity Type Identifier, which identifies the type of entity associated with the cell 100. The O field 102 and the E field 104 together uniquely identify an entity in an information universe. An information or data universe is defined as the complete collection of data cells 100 that exist together. All cells 100 with the same O field 102 and E field 104 within an information universe are considered part of the same cell set 101. All cells 100 within a cell set 101 are used to store data and relationships about the particular entity instance identified by the combination of the O and E fields 102, 104.
The A or Attribute Type Identifier field 106 indicates the type of information found in the cell 100. Finally, the V or Attribute Value field 108 contains the actual real-world information that is found in the cell 100. The data in V 108 can be of any type, including a character string, a number, a picture, a short movie clip, a voice print, an external pointer, an executable, or any other type of data.
Each cell 100 contains one unit or element of information, such as the fact that a particular employee makes $50,000 per year. The data cell 100 that contains this information might look like that shown in
An examination of
Moreover, this flexibility makes it possible to have additional cells 100 for some cell sets 101 that do not exist in other cell sets 101.
3. Transmutation
As shown in
Synapse cells 110 are created through a process known as transmutation, which is illustrated in
The association of the two cell sets 101 is not complete, however, with the creation of a single synapse cell 110. This is because every association created in the present invention is preferably a two-way association, and therefore requires the creation of a second synapse cell, as shown in
When the two synapse cells 110 shown in
The synapse cells 110 are generally treated the same as other cells 100 that exist in a data universe. Occasionally, it is useful to be able to know whether a particular cell 100 contains actual data, or is a synapse cell 110. In the present invention, this is accomplished by associating a value, bitmap, or other flagging device with each cell 100 in the data universe. By examining this value, it would be possible for a database management system to immediately determine whether the cell 100 is a synapse cell 110 or contains real-world data.
The terms synapse and cell are used in this description to allude to the similarity between the present invention and the way that the human brain is believed to store memories. When the brain encounters new data, the data is stored in the brain's memory cells. The brain does not predefine the data into tables or objects, but rather simply accepts all data “on-the-fly” and puts it together later.
Research has shown that the synapses in the brain hook cells together. Where synapse pathways are more frequently traversed in the brain, those pathways become thicker or are connected with more synapses. As a result, these connections become stronger. At the same time, other connections can be formed in the brain that can be loose or incorrect. Yet these memory errors to not corrupt the database of the brain. Rather, the brain is constantly checking associations for validity, and correcting those associations as needed.
This is similar to the present invention. Data is encountered and placed into data cells 100. There is no need to predefine tables or objects before a new source of data is encountered. New cells 100 are simply created as needed. Synapse cells 101 can be formed between those data cells 100 on the fly. The associations that are represented by these synapse cells 101 can be strong or week, and be broken as needed without altering the structure of the database.
4. Conclusion
The above description provides an illustrative version of the present invention. It should be clear that many modifications to the invention may be made without departing from its scope. For instance, it would be possible to include only some of the elements of the present invention without exceeding the essence of the present invention. Therefore, the scope of the present invention is to be limited only by the following claims.
This application is a continuation of U.S. patent application Ser. No. 09/896,858, filed Jun. 29, 2001, now U.S. Pat. No. 7,200,600, which claims the benefit of U.S. Provisional Application Ser. No. 60/215,447, filed on Jun. 30, 2000.
Number | Name | Date | Kind |
---|---|---|---|
4864497 | Lowry et al. | Sep 1989 | A |
5371675 | Greif et al. | Dec 1994 | A |
5598519 | Narayanan | Jan 1997 | A |
5717924 | Kawai | Feb 1998 | A |
5819293 | Comer et al. | Oct 1998 | A |
5852819 | Beller | Dec 1998 | A |
5893087 | Wlaschin et al. | Apr 1999 | A |
5907846 | Berner et al. | May 1999 | A |
5930799 | Tamano et al. | Jul 1999 | A |
5933634 | Enokido et al. | Aug 1999 | A |
5937155 | Kennedy et al. | Aug 1999 | A |
5960437 | Krawchuk et al. | Sep 1999 | A |
5970506 | Kiyan et al. | Oct 1999 | A |
6047297 | Johnson et al. | Apr 2000 | A |
6070165 | Whitmore | May 2000 | A |
6081809 | Kumagai et al. | Jun 2000 | A |
6101502 | Keubner et al. | Aug 2000 | A |
6122641 | Williamson et al. | Sep 2000 | A |
6154748 | Gupta et al. | Nov 2000 | A |
6195651 | Handel et al. | Feb 2001 | B1 |
6208992 | Bruckner | Mar 2001 | B1 |
6356896 | Cheng et al. | Mar 2002 | B1 |
6397206 | Hill et al. | May 2002 | B1 |
6421658 | Carey et al. | Jul 2002 | B1 |
6438562 | Gupta et al. | Aug 2002 | B1 |
6714936 | Nevin, III | Mar 2004 | B1 |
6917943 | Butler | Jul 2005 | B2 |
7076494 | Baer et al. | Jul 2006 | B1 |
Number | Date | Country |
---|---|---|
406052139 | Feb 1994 | JP |
Number | Date | Country | |
---|---|---|---|
20070174313 A1 | Jul 2007 | US |
Number | Date | Country | |
---|---|---|---|
60215447 | Jun 2000 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09896858 | Jun 2001 | US |
Child | 11724488 | US |