DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Atos Standard Common Repository vs. Couchbase vs. Faircom DB vs. Hazelcast vs. Oracle Berkeley DB

System Properties Comparison Atos Standard Common Repository vs. Couchbase vs. Faircom DB vs. Hazelcast vs. Oracle Berkeley DB

Editorial information provided by DB-Engines
NameAtos Standard Common Repository  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonHazelcast  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparison
This system has been discontinued and will be removed from the DB-Engines ranking.
DescriptionHighly scalable database system, designed for managing session and subscriber data in modern mobile communication networksA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.A widely adopted in-memory data gridWidely used in-process key-value store
Primary database modelDocument store
Key-value store
Document storeKey-value store
Relational DBMS
Key-value storeKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Secondary database modelsKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
Document store infoJSON support with IMDG 3.12
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score17.30
Rank#36  Overall
#5  Document stores
Score0.20
Rank#318  Overall
#48  Key-value stores
#141  Relational DBMS
Score5.97
Rank#57  Overall
#6  Key-value stores
Score2.21
Rank#117  Overall
#20  Key-value stores
#3  Native XML DBMS
Websiteatos.net/en/convergence-creators/portfolio/standard-common-repositorywww.couchbase.comwww.faircom.com/­products/­faircom-dbhazelcast.comwww.oracle.com/­database/­technologies/­related/­berkeleydb.html
Technical documentationdocs.couchbase.comdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlhazelcast.org/­imdg/­docsdocs.oracle.com/­cd/­E17076_05/­html/­index.html
DeveloperAtos Convergence CreatorsCouchbase, Inc.FairCom CorporationHazelcastOracle infooriginally developed by Sleepycat, which was acquired by Oracle
Initial release20162011197920081994
Current release1703Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 2023V12, November 20205.3.6, November 202318.1.40, May 2020
License infoCommercial or Open SourcecommercialOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercial infoRestricted, free version availableOpen Source infoApache Version 2; commercial licenses availableOpen 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 languageJavaC, C++, Go and ErlangANSI C, C++JavaC, Java, C++ (depending on the Berkeley DB edition)
Server operating systemsLinuxLinux
OS X
Windows
AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
All OS with a Java VMAIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Data schemeSchema and schema-less with LDAP viewsschema-freeschema free, schema optional, schema required, partial schema,schema-freeschema-free
Typing infopredefined data types such as float or dateoptionalyesyes, ANSI SQL Types, JSON, typed binary structuresyesno
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.yesnoyes infothe object must implement a serialization strategyyes infoonly with the Berkeley DB XML edition
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLnoSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesyes, ANSI SQL with proprietary extensionsSQL-like query languageyes infoSQL interfaced based on SQLite is available
APIs and other access methodsLDAPCLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JCache
JPA
Memcached protocol
RESTful HTTP API
Supported programming languagesAll languages with LDAP bindings.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
Server-side scripts infoStored proceduresnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++yes info.Net, JavaScript, C/C++yes infoEvent Listeners, Executor Servicesno
Triggersyesyes infovia the TAP protocolyesyes infoEventsyes infoonly for the SQL API
Partitioning methods infoMethods for storing different data on different nodesSharding infocell divisionAutomatic ShardingFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication infoincluding cross data center replication
Source-replica replication
yes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).yes infoReplicated MapSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate Consistency or Eventual Consistency selectable by user infoRaft Consensus Algorithm
Foreign keys infoReferential integritynonoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of specific operationsACIDtunable from ACID to Eventually Consistentone or two-phase-commit; repeatable reads; read commitedACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
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.yesyes infoEphemeral bucketsyesyesyes
User concepts infoAccess controlLDAP bind authenticationUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.Fine grained access rights according to SQL-standard with additional protections for filesRole-based access controlno

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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Atos Standard Common RepositoryCouchbase infoOriginally called MembaseFaircom DB infoformerly c-treeACEHazelcastOracle Berkeley DB
DB-Engines blog posts

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

Recent citations in the news

Infographic: What makes a Mobile Operator's setup future proof?
10 February 2024, Atos

provided by Google News

With 67% ownership in Couchbase, Inc. (NASDAQ:BASE), institutional investors have a lot riding on the business
3 May 2024, Simply Wall St

Database company Couchbase eyes over $900 million valuation in U.S. IPO
4 May 2024, Yahoo Singapore News

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29 February 2024, PR Newswire

Couchbase's revenue grows 20% and its stock rises in extended trading
5 March 2024, SiliconANGLE News

Couchbase Server and Capella to gain vector support
1 March 2024, InfoWorld

provided by Google News

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

provided by Google News

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Hazelcast 5.4 real time data processing platform boosts AI and consistency
17 April 2024, VentureBeat

Hazelcast Sets New Standards for AI Workloads with Platform 5.4 Enhancements
18 April 2024, Datanami

Research Report on Event Stream Processing Tools Market Size 2024-2030: Supply-Demand Trends, Regional ...
3 May 2024, southeast.newschannelnebraska.com

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

provided by Google News

Margo Seltzer Named ACM Athena Lecturer for Technical and Mentoring Contributions
26 April 2023, HPCwire

ACM recognizes far-reaching technical achievements with special awards
26 May 2021, EurekAlert

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular -- ADTmag
5 March 2019, ADT Magazine

The importance of bitcoin nodes and how to start one
9 May 2014, The Merkle News

A Quick Look at Open Source Databases for Mobile App Development
29 April 2018, Open Source For You

provided by Google News



Share this page

Featured Products

AllegroGraph logo

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

Milvus logo

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

Neo4j logo

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

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

Present your product here