Category: Free Downloads and Links
Adrian Marriott Lecture notes given at ICODB 2009, presents several Common Persistent Model Patterns for Performance and/or Scalability Optimization, among them “Query Visitor” which received the ODBMS.ORG Best Persistent Model Patterns Awards 2009. Query...
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...
Takenori Sato Presents Patterns for ODBMS and Graphs. DOWNLOAD (PDF)
Derek Laufenberg, Versant Corp. Intent: This pattern splits a class into a few supporting classes for improving system performance. DOWNLOAD (PDF)