Object Database vs. Object-Relational Databases
Steve McClure, IDC Though outdated, this paper helps to understand the difference between ODBMS and ORDBMS. LINK
Operational Database Management Systems
Steve McClure, IDC Though outdated, this paper helps to understand the difference between ODBMS and ORDBMS. LINK
Quintin Cutts, Antony Hosking LINK (PDF)
Bell Labs Database Systems Research Department Resource page with collections of papers from 1989-1996 LINK
Malcolm Atkinson et.al. A key document in the ODBMS history. LINK to Download paper. Abstract This paper attempts to define an object-oriented database system. Main features and characteristics that a system must have...
Daniel F. Lieuwen, David F. DeWitt, Manish Mehta This paper describes four parallel pointer-based join algorithms for set-valued attributes. Pointer-based joins will be common in next-generation object-oriented database systems, so efficiently supporting them is...
ODMG.ORG A collection of ODBMS resources related to the ODMG standard as of 2001, hosted by ODBMS.ORG. LINK
Daniel F. Lieuwen, Alcatel-Lucent The purpose of this section is not to exhaustively enumerate the types of queries that can be optimized, but rather to demonstrate that the ideas in this thesis can be...
Daniel F. Lieuwen, David F. DeWitt Database programming languages like O 2 , E, and O++ include the ability to iterate through a set. Nested iterators can be used to express joins. We describe...
Concurrency Control and Recovery in Database Systems.. Philip A. Bernstein, VassosHadzilacos, Nathan Goodman. This book is a classic for those interested in learning how Recovery is implemented in classical Relational Databases. The publisher does...