Introduction to ObjectStore
Adrian Marriott Lecture notes given at ICODB 2009, introduces the main features of the ObjectStore ODBMS. DOWNLOAD (PDF).
Operational Database Management Systems
Adrian Marriott Lecture notes given at ICODB 2009, introduces the main features of the ObjectStore ODBMS. DOWNLOAD (PDF).
Doug Judd. This presentation describes project Hypertable, an open source clone of Bigtable. DOWNLOAD (PDF)
Joshua Greenbaum Unlike relational database management systems, which use a records-based storage approach, or column-oriented databases which use a column-based storage method, a correlation database uses a value-based storage (VBS) architecture in which all...
Jay Kreps. This presentation describes project Voldemort, a NoSQL data store used by LinkedIn. DOWNLOAD (PDF)
Eugenia Stathopoulou, Panos Vassiliadis Presents 4 patterns for relational databases on top of which, object-relational or other structures can be applied. [] Querying, [] Schema Modifications, [] Storage, [] Updates, DOWNLOAD (PDF)
Peter Baumann, Jacobs University An open-source array DBMS with an OQL-style query language and ODMG-conformant C++ and Java APIs for retrieving and manipulating multi-dimensional arrays (rasters) of unlimited size. LINK
Lenny Hoffman, Todd Stavish, Dr Nic Caine, Brian Clark. Objectivity, Inc. Through the lifetime of a system processing and data requirements change resulting in changes to the underlying object model. Managing these changes without...
Derek Laufenberg, Versant Corp. Intent: This pattern splits a class into a few supporting classes for improving system performance. DOWNLOAD (PDF)
Derek Laufenberg, Versant Corp. Intent: This pattern eliminates the growth of the parent collection object, thus improving performance. DOWNLOAD (PDF)