The Associative Model of Data is a data model which, it is claimed, offers numerous advantages over the current industry-leading relational database technology used in the largest percentage of modern database systems.
Other data models, such as the relational model and the object data model are record-based. Record-based models involve encompassing attributes about a thing, such as a car in a record structure (where attributes might be registration, colour, make, model, etc).
In the associative model, everything which has “discrete independent existence” is modelled as an entity, and relationships between them are modelled as associations. The granularity at which data is represented is similar to schemes presented by Chen (Entity-relationship model); Bracchi, Paolini and Pelagatti (Binary Relations); and Senko (The Entity Set Model).
A number of claims made about the model by Simon Williams, in his book “The Associative Model of Data”, distinguish the associative model from more traditional models.
The first link has Flight BA1234 as its source, arrived at as its verb and Heathrow Airport as its target. The second link has the first link as its source, on as its verb and the item 12-Aug-05 as its target. (A link that begins with an ellipsis "..." has the previous link as its source.) The third link has the second link as its source, at as its verb and 10:25am as its target.
Here's an alternative way to write the same thing using parentheses:
| Items | |
| Identifier | Name |
| 77 | Flight BA1234 |
| 08 | London Heathrow |
| 32 | 12-Aug-05 |
| 48 | 10:25am |
| 12 | arrived at |
| 67 | on |
| 09 | at |
| Links | |||
| Identifier | Source | Verb | Target |
| 74 | 77 | 12 | 08 |
| 03 | 74 | 67 | 32 |
| 64 | 03 | 09 | 48 |
This article is licensed under the GNU Free Documentation License.
It uses material from the
"Associative model of data".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world