Jump to content

Comparison of object–relational database management systems

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Beland (talk | contribs) at 00:50, 4 March 2013 (Basic data: fill in some info). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

This is a comparison of object-relational database management systems (ORDBMSs). Each system has at least some features of an object-relational database; they vary widely in their completeness and the approaches taken.

The following tables compare general and technical information; please see the individual products' articles for further information. This article is not all-inclusive nor necessarily up to date. Unless otherwise specified in footnotes, comparisons are based on the stable versions without any add-ons, extensions or external programs.

Basic data

Name Vendor License
DB2 IBM Proprietary commercial
GigaBASE http://sourceforge.net/projects/gigabase/ Free/open source (MIT License)
Greenplum Database Greenplum division of EMC Corporation Proprietary (uses PostgreSQL codebase)
Informix IBM Proprietary commercial
Caché InterSystems Proprietary commercial
Virtuoso Universal Server [[OpenLink Software ?
Oracle database ? Proprietary commercial
PostgreSQL PostgreSQL Global Development Group Free/open source Postgres License
Progress 4GL ? ?
? Sybase ?
UniSQL ? ?
Valentina ? ?
VMDS ? ?
Zope / ZODB ? ?

Object features

Information about what fundamental ORDBMSes features are implemented natively.

Type Method Type inheritance Table inheritance
CUBRID Yes Yes Yes Yes
LogicSQL[1] ? ? ? ?
Oracle Yes Yes[2] Yes Yes
OpenLink Virtuoso Yes Yes Yes Yes
PostgreSQL Yes Yes Yes Yes
Informix Yes Yes Yes Yes

Data types

Information about what data types are implemented natively.

Array List Set Multiset Object reference
CUBRID Yes Yes Yes Yes Yes
LogicSQL ? ? ? ? ?
Oracle Yes Yes Yes Yes Yes
OpenLink Virtuoso Yes Yes Yes Yes Yes
PostgreSQL Yes Yes Yes Yes Yes
Informix No Yes Yes Yes Yes

References

  1. ^ http://webdocs.cs.ualberta.ca/~yuan/databases/index.html
  2. ^ No private methods, no way to call super method from a child.

See also

  • Arvin.dk, Comparison of different SQL implementations