DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > OceanBase vs. OrientDB vs. OrigoDB vs. SQLite vs. Stardog

System Properties Comparison OceanBase vs. OrientDB vs. OrigoDB vs. SQLite vs. Stardog

Editorial information provided by DB-Engines
NameOceanBase  Xexclude from comparisonOrientDB  Xexclude from comparisonOrigoDB  Xexclude from comparisonSQLite  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionA distributed, high available RDBMS compatible with Oracle and MySQLMulti-model DBMS (Document, Graph, Key/Value)A fully ACID in-memory object graph databaseWidely used embeddable, in-process RDBMSEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelRelational DBMSDocument store
Graph DBMS
Key-value store
Document store
Object oriented DBMS
Relational DBMSGraph DBMS
RDF store
Secondary database modelsDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.66
Rank#147  Overall
#68  Relational DBMS
Score3.19
Rank#93  Overall
#16  Document stores
#7  Graph DBMS
#14  Key-value stores
Score0.00
Rank#383  Overall
#53  Document stores
#20  Object oriented DBMS
Score114.32
Rank#10  Overall
#7  Relational DBMS
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Websiteen.oceanbase.comorientdb.orgorigodb.comwww.sqlite.orgwww.stardog.com
Technical documentationen.oceanbase.com/­docs/­oceanbase-databasewww.orientdb.com/­docs/­last/­index.htmlorigodb.com/­docswww.sqlite.org/­docs.htmldocs.stardog.com
DeveloperOceanBase infopreviously Alibaba and Ant GroupOrientDB LTD; CallidusCloud; SAPRobert Friberg et alDwayne Richard HippStardog-Union
Initial release201020102009 infounder the name LiveDB20002010
Current release4.3.0, April 20243.2.29, March 20243.45.3  (15 April 2024), April 20247.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoCommercial license availableOpen Source infoApache version 2Open SourceOpen Source infoPublic Domaincommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++JavaC#CJava
Server operating systemsLinuxAll OS with a Java JDK (>= JDK 6)Linux
Windows
server-lessLinux
macOS
Windows
Data schemeyesschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")yesyes infodynamic column typesschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateyesyesUser defined using .NET types and collectionsyes infonot rigid because of 'dynamic typing' concept.yes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.yesnono infocan be achieved using .NETnono infoImport/export of XML data possible
Secondary indexesyesyesyesyesyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLyesSQL-like query language, no joinsnoyes infoSQL-92 is not fully supportedYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
.NET Client API
HTTP API
LINQ
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languagesAda infoin MySQL-compatible model
C infoin Oracle- and MySQL- compatible models
C++ infoin Oracle- and MySQL- compatible models
D infoin MySQL-compatible model
Delphi infoin MySQL-compatible model
Eiffel infoin MySQL-compatible model
Erlang infoin MySQL-compatible model
Haskell infoin MySQL-compatible model
Java infoin Oracle- and MySQL- compatible models
JavaScript (Node.js) infoin MySQL-compatible model
Objective-C infoin MySQL-compatible model
OCaml infoin MySQL-compatible model
Perl infoin MySQL-compatible model
PHP infoin MySQL-compatible model
Python infoin MySQL-compatible model
Ruby infoin MySQL-compatible model
Scheme infoin MySQL-compatible model
Tcl infoin MySQL-compatible model
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.NetActionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modeJava, Javascriptyesnouser defined functions and aggregates, HTTP Server extensions in Java
TriggersyesHooksyes infoDomain Eventsyesyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by hash, key, range, range columns, list, and list columns)Shardinghorizontal partitioning infoclient side managed; servers are not synchronizednonenone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using PaxosMulti-source replicationSource-replica replicationnoneMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infocould be achieved with distributed queriesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency in HA-Cluster
Foreign keys infoReferential integrityyesyes inforelationship in graphsdepending on modelyesyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infovia file-system locksyes
Durability infoSupport for making data persistentyesyesyes infoWrite ahead logyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlAccess rights for users, groups and roles according to SQL-standardAccess rights for users and roles; record level security configurableRole based authorizationnoAccess rights for users and roles
More information provided by the system vendor
OceanBaseOrientDBOrigoDBSQLiteStardog
Specific characteristicsOceanBase Database is the world’s only native distributed database that has set new...
» more
Competitive advantagesHigh Availability : The five IDCs across three sites disaster recovery solution sets...
» more
Key customersOceanBase Database has helped over 400 customers across industries upgrade their...
» more
Market metricsTPC-C No.1 Performance , achieved a result of 707.35 million tpmC in the TPC-C benchmark...
» more
Licensing and pricing modelsMulan PubL v2 license for open source community edition. Commercial license for enterprise...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
OceanBaseOrientDBOrigoDBSQLiteStardog
DB-Engines blog posts

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

OceanBase Inks Agreement with NTU Singapore in Database Optimization and Green Computing Advancements
31 January 2024, PR Newswire

Ant Group Will Cut Foreign Investors Out of Fast-Growing Database Business
22 August 2023, The Information

How Southeast Asia's Leading e-Wallets Saved Up to 40% in Database Costs - Fintech Singapore
25 March 2024, Fintech News Singapore

Haidilao’s 6-step recipe for successful digital transformation with OceanBase
4 August 2023, Tech in Asia

Alibaba's OceanBase distributed database aims at markets outside China
16 August 2022, InfoWorld

provided by Google News

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

K2View updates DataOps platform with data fabric automation
11 May 2021, TechTarget

provided by Google News

Fully local retrieval-augmented generation, step by step
10 April 2024, InfoWorld

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

Universal API Access from Postgres and SQLite
27 February 2024, oreilly.com

Stanchion Turns SQLite Into A Column Store
15 February 2024, iProgrammer

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Present your product here