Author: Roberto Zicari

Persistent OO Patterns

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...

Rethinking Data Analysis and Reporting

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...

Design Patterns for Relational Databases

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)

Rasdaman

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