DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > JanusGraph vs. OceanBase vs. Percona Server for MongoDB vs. Postgres-XL vs. RethinkDB

System Properties Comparison JanusGraph vs. OceanBase vs. Percona Server for MongoDB vs. Postgres-XL vs. RethinkDB

Editorial information provided by DB-Engines
NameJanusGraph infosuccessor of Titan  Xexclude from comparisonOceanBase  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonPostgres-XL  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017A distributed, high available RDBMS compatible with Oracle and MySQLA drop-in replacement for MongoDB Community Edition with enterprise-grade features.Based on PostgreSQL enhanced with MPP and write-scale-out cluster featuresDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelGraph DBMSRelational DBMSDocument storeRelational DBMSDocument store
Secondary database modelsDocument store
Wide column store
Document store
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.02
Rank#125  Overall
#12  Graph DBMS
Score1.57
Rank#149  Overall
#69  Relational DBMS
Score0.60
Rank#246  Overall
#39  Document stores
Score0.53
Rank#254  Overall
#117  Relational DBMS
Score2.66
Rank#107  Overall
#20  Document stores
Websitejanusgraph.orgen.oceanbase.comwww.percona.com/­mongodb/­software/­percona-server-for-mongodbwww.postgres-xl.orgrethinkdb.com
Technical documentationdocs.janusgraph.orgen.oceanbase.com/­docs/­oceanbase-databasedocs.percona.com/­percona-distribution-for-mongodbwww.postgres-xl.org/­documentationrethinkdb.com/­docs
DeveloperLinux Foundation; originally developed as Titan by AureliusOceanBase infopreviously Alibaba and Ant GroupPerconaThe Linux Foundation infosince July 2017
Initial release2017201020152014 infosince 2012, originally named StormDB2009
Current release0.6.3, February 20234.3.0, April 20243.4.10-2.10, November 201710 R1, October 20182.4.1, August 2020
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoCommercial license availableOpen Source infoGPL Version 2Open Source infoMozilla public licenseOpen Source infoApache Version 2
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 languageJavaC++C++CC++
Server operating systemsLinux
OS X
Unix
Windows
LinuxLinuxLinux
macOS
Linux
OS X
Windows
Data schemeyesyesschema-freeyesschema-free
Typing infopredefined data types such as float or dateyesyesyesyesyes infostring, binary, float, bool, date, geometry
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.noyesnoyes infoXML type, but no XML query functionalityno
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLnoyesnoyes infodistributed, parallel query executionno
APIs and other access methodsJava API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
proprietary protocol using JSONADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languagesClojure
Java
Python
Ada 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
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
.Net
C
C++
Delphi
Erlang
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-side scripts infoStored proceduresyesPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modeJavaScriptuser defined functions
TriggersyesyesnoyesClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)horizontal partitioning (by hash, key, range, range columns, list, and list columns)Shardinghorizontal partitioningSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication using PaxosSource-replica replicationSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infovia Faunus, a graph analytics enginenoyesnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoRelationships in graphsyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoACID infoMVCCAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoMVCC based
Durability infoSupport for making data persistentyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infovia In-Memory Enginenono
User concepts infoAccess controlUser authentification and security via Rexster Graph ServerAccess rights for users, groups and roles according to SQL-standardAccess rights for users and rolesfine grained access rights according to SQL-standardyes infousers and table-level permissions

More information provided by the system vendor

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

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

More resources
JanusGraph infosuccessor of TitanOceanBasePercona Server for MongoDBPostgres-XLRethinkDB
DB-Engines blog posts

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Database Deep Dives: JanusGraph
8 August 2019, ibm.com

JanusGraph Picks Up Where TitanDB Left Off
13 January 2017, Datanami

From graph db to graph embedding. In 7 simple steps. | by Andy Greatorex
30 July 2020, Towards Data Science

Compose for JanusGraph arrives on Bluemix
15 September 2017, ibm.com

Nordstrom Builds Flexible Backend Ops with Kubernetes, Spark and JanusGraph
3 October 2019, The New Stack

provided by Google 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

Daily Tech Roundup: Ant Group Kicks Off Restructuring
20 March 2024, Caixin Global

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

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

provided by Google News

There are lots of ways to put a database in the cloud – here's what to consider
15 September 2023, The Register

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

The essential guide to MongoDB security
2 February 2017, InfoWorld

The Case Against the Server Side Public License (SSPL)
11 October 2022, The New Stack

Supercharge your Amazon RDS for MySQL deployment with ProxySQL and Percona Monitoring and Management ...
12 October 2018, AWS Blog

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devm.io

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

provided by Google News



Share this page

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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.

Present your product here