Objectivity/DB explained

Objectivity/DB is a commercial object database produced by Objectivity, Inc. It allows applications to store standard C++, C#, Java, or Python objects persistently, without converting them into the rows and columns used by a relational database management system (RDBMS). Objectivity/DB supports popular object-oriented languages as well as SQL/ODBC and XML. It is compatible with Linux, Macintosh, UNIX and Windows platforms, facilitating interoperability across different languages and hardware environments.

History

Objectivity/DB was first introduced in 1990. The C++ and Java interfaces adhere to the ODMG'93 standard,[1] with subsequent additions of C# and Python interfaces. Objectivity, Inc. ceased in late 2023.

Architectural features

Objectivity/DB operates as a distributed database, providing a unified logical view across a network of databases. It employs a distributed computing model where client applications transparently communicate with simplified servers processes. This architecture enhances scalability[2] and reliability, supporting ingest rates exceeding one terabyte per hour while concurrently facilitating data fusion and query operations.[3]

Objectivity/DB utilizes a distributed storage hierarchy, storing objects in logical clusters called containers within federated databases. Each object is assigned a unique 64-bit Object Identifier (OID) within a massive physical address space spanning millions of Terabytes. Notably, the largest reported deployment at SLAC's BaBar experiment stored over a petabyte of objects.[4] [5]

The database offers flexibility in defining object placement within its storage hierarchy.[6] through customizable strategies encapsulated in XML configuration files. This approach allows database designers to specify how persistent objects are stored, distributed, and positioned relative to other designated objects.

In Objectivity/DB, objects can establish named uni-directional or bi-directional links with other objects, supporting various cardinalities (1:1, 1, many:1, many). Object Identifiers (OIDs) expedite navigation across networks of objects,[7] supporting scalable collections (tree, list, set etc.), indices, and hash tables. By eliminating relational Join operations typical in RDBMS, Objectivity/DB achieves enhanced performance advantages.[8] [9] [10]

Unlike RDBMSs, Objectivity/DB employs a unique approach to query handling. Applications initialize iterators that locate and retrieve qualified objects iteratively. The Parallel Query Engine divides queries into subtasks managed by remote query agents, which filter and process results before sending them back to the application. This approach includes components for query task division and refinement, optimizing performance for complex queries.

Databases and system data, including catalogs and schemas, can be replicated across multiple locations using a quorum-based synchronous replication mechanism. This ensures transparent resynchronization of replicas temporarily disconnected from the network.

The distributed architecture of Objectivity/DB has facilitated its adoption in grid computing environments and Service Oriented Architecture (SOA) applications. It holds certification as an IBM Ready for Grid product and supports the J2EE Connector Architecture (JCA) standard making it suitable for deployment in cloud environments.[11]

Typical applications

Objectivity/DB finds applications in data-intensive and real-time environments handling complex, interconnected data. It is utilized in software, hardware, commercial, scientific, and government projects, particularly in sectors like in computer-aided design (CAD), telecom, process control, manufacturing, medical instrumentation, defense, and large-scale scientific research.

The choice between RDBMS and ODBMS depends on specific application requirements. Objectivity/DB is favored in compute or data-intensive, object-oriented systems where its performance benefits are critical.

External links

Notes and References

  1. Book: Object Data Standard: ODMG 3.0. R. G. Cattell. Douglas K. Barry. Mark Berler. Mark Berler. Jeff Eastman. David Jordan. Craig Russell. Olaf Schadow. Torsten Stanienda. Fernando Velez. January 2000. Academic Press. 1558606475. December 1, 2014. registration.
  2. Web site: Georgetown University taps Objectivity for Big Data research. May 2013. Government Security News. December 1, 2014.
  3. Web site: Scaling Objectivity Database Performance with PanasasĀ® Scale-Out NAS Storage. August 2011. December 1, 2014.
  4. http://www.slac.stanford.edu/BFROOT/www/Public/Computing/Databases/proceedings/CIDR05.pdf Lessons Learned from Managing a Petabyte
  5. http://www.slac.stanford.edu/BFROOT/www/Public/Computing/Databases/ BaBar Database
  6. Web site: Objectivity Launches Objectivity/DB 11.0. Angela Guess. February 6, 2013. DATAVERSITY. December 2, 2014.
  7. Web site: Objectivity and InfiniteGraph. Philip Howard. May 29, 2012. Bloor. December 1, 2014.
  8. Book: Suzanne W. Dietrich. Susan D. Urban. 2011. Fundamentals of Object Databases. Morgan & Claypool Publishers. 2. 9781608454761. December 3, 2014.
  9. Book: Alan Dearle. Roberto V. Zicari. 2010. Objects and Databases, Third International Conference Proceedings, ICOODB. Springer. 34. 978-3642160912. December 3, 2014.
  10. Book: C.S.R Prabhu. 2011. Object-Oriented Database Systems - Approaches and Architecture, Third Edition. Asoke K. Ghosh, PHI Learning Private Limited. 67. 9788120340930. December 3, 2014.
  11. Web site: Objectivity: Complex Data-Management, Simplified. 2014. Neovise. December 2, 2014.