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

Simple Distributed Servers

Simple Distributed Servers

Unlike conventional DBMSs, which generally use a complex central server, Objectivity/DB uses distributed processing. The client is directly linked to a library containing the DBMS code required for manipulating the contents of a federated database. Objectivity/DB uses three types of simple server, shown in Figure 2 (below):

  • There is at least one Lock Server, which helps enforce transaction semantics.
  • Remote data is accessed via simple data servers that manipulate fixed size blocks (pages) of data.
  • Optional query agents can execute fragments of a query on behalf of parallel scan operations or legacy applications. They may be object oriented Parallel Query Engine agents or SQL++ servers that can interpret SQL/ODBC requests.



Object Oriented Database Learning Center