Welcome to Objectivity, Inc. -- makers of the industry leading Objectivity/DB object-oriented database management platform, Grid Certified (Levels 1 through 6), and SOA compliant We are the leader in scalable database management solutions for mission-critical, real-time and distributed applications.

Object Oriented Database Learning Center:


 

Object Oriented Database Learning Center

Object Oriented Databases Query by Traversal

Query by Traversal: A second kind of object retrieval is to traverse from one object to a related object. This kind of retrieval is really just a fetch from the database. Finding objects by traversal doesn't require an actual search, because they’re readily identifiable by their unique IDs, in this case Objectivity/DB OIDs.

SQL databases have no concept of a fetch by ID; any row must be queried by attribute. Objectivity/DB can retrieve an object by its OID, without any knowledge of its type, just by resolving the 64-bit address.


Object Oriented Database Learning Center