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 > Badger vs. EJDB vs. Faircom DB vs. MaxDB vs. OceanBase

System Properties Comparison Badger vs. EJDB vs. Faircom DB vs. MaxDB vs. OceanBase

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonEJDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonMaxDB infoformerly named Adabas-D  Xexclude from comparisonOceanBase  Xexclude from comparison
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.Embeddable document-store database library with JSON representation of queries (in MongoDB style)Native high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.A robust and reliable RDBMS optimized to run all major SAP solutionsA distributed, high available RDBMS compatible with Oracle and MySQL
Primary database modelKey-value storeDocument storeKey-value store
Relational DBMS
Relational DBMSRelational DBMS
Secondary database modelsDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.20
Rank#325  Overall
#49  Key-value stores
Score0.30
Rank#294  Overall
#44  Document stores
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score2.65
Rank#111  Overall
#55  Relational DBMS
Score1.56
Rank#153  Overall
#71  Relational DBMS
Websitegithub.com/­dgraph-io/­badgergithub.com/­Softmotions/­ejdbwww.faircom.com/­products/­faircom-dbmaxdb.sap.comen.oceanbase.com
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgergithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlmaxdb.sap.com/­documentationen.oceanbase.com/­docs/­oceanbase-database
DeveloperDGraph LabsSoftmotionsFairCom CorporationSAP, acquired from Software AG (Adabas-D) in 1997OceanBase infopreviously Alibaba and Ant Group
Initial release20172012197919842011
Current releaseV12, November 20207.9.10.12, February 20243.2.3, March 2022
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoGPLv2commercial infoRestricted, free version availablecommercial infoLimited community edition freeOpen Source infoCommercial license available
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 languageGoCANSI C, C++C++C++
Server operating systemsBSD
Linux
OS X
Solaris
Windows
server-lessAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
AIX
HP-UX
Linux
Solaris
Windows
Linux
Data schemeschema-freeschema-freeschema free, schema optional, schema required, partial schema,yesyes
Typing infopredefined data types such as float or datenoyes infostring, integer, double, bool, date, object_idyes, ANSI SQL Types, JSON, typed binary structuresyesyes
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.nononono
Secondary indexesnonoyesyesyes
SQL infoSupport of SQLnonoyes, ANSI SQL with proprietary extensionsyesyes
APIs and other access methodsin-process shared libraryADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
ADO.NET
JDBC
ODBC
WebDAV
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
Supported programming languagesGoActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
C#
Java
Perl
PHP
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
Server-side scripts infoStored proceduresnonoyes info.Net, JavaScript, C/C++yesPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible mode
Triggersnonoyesyesyes
Partitioning methods infoMethods for storing different data on different nodesnonenoneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnonehorizontal partitioning (by hash, key, range, range columns, list, and list columns)
Replication methods infoMethods for redundantly storing data on multiple nodesnonenoneyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Source-replica replicationMulti-source replication using Paxos
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynono infotypically not needed, however similar functionality with collection joins possibleyesyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonotunable from ACID to Eventually ConsistentACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoRead/Write Lockingyesyesyes
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesno
User concepts infoAccess controlnonoFine grained access rights according to SQL-standard with additional protections for filesfine grained access rights according to SQL-standardAccess rights for users, groups and roles according to SQL-standard
More information provided by the system vendor
BadgerEJDBFaircom DB infoformerly c-treeACEMaxDB infoformerly named Adabas-DOceanBase
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

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

More resources
BadgerEJDBFaircom DB infoformerly c-treeACEMaxDB infoformerly named Adabas-DOceanBase
Recent citations in the news

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

provided by Google News

SAP Content Server High Availability using Amazon EFS and SUSE | Amazon Web Services
30 December 2020, AWS Blog

SAP Aligns Mainstream Maintenance Commitments Across Its Enterprise Solutions
11 August 2020, SAP News

SIOS looks to boost SAP HANA automated replication
29 March 2023, TechTarget

Remotely Exploitable Vulnerabilities in SAP Compression Algorithms
13 May 2015, Threatpost

Alibaba Cloud Offers Access to SAP Software for Customers
5 June 2018, Alizila

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

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



Share this page

Featured Products

Neo4j logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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

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