DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Aerospike vs. Apache Phoenix vs. Couchbase vs. Oracle Rdb vs. TimesTen

System Properties Comparison Aerospike vs. Apache Phoenix vs. Couchbase vs. Oracle Rdb vs. TimesTen

Editorial information provided by DB-Engines
NameAerospike infopreviously called Citrusleaf  Xexclude from comparisonApache Phoenix  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonOracle Rdb  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionFlash-optimized In-memory NoSQL DatabaseA scale-out RDBMS with evolutionary schema built on Apache HBaseA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseAn in-memory SQL relational database that delivers microsecond response and high throughput for OLTP applications. TimesTen can be deployed as a standalone database or as a cache to a backend Oracle database.
Primary database modelDocument store
Graph DBMS infoleveraging Apache Tinkerpop
Key-value store
Spatial DBMS
Vector DBMS
Relational DBMSDocument storeRelational DBMSRelational DBMS
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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score5.16
Rank#63  Overall
#10  Document stores
#3  Graph DBMS
#7  Key-value stores
#2  Spatial DBMS
#2  Vector DBMS
Score1.90
Rank#125  Overall
#59  Relational DBMS
Score16.74
Rank#33  Overall
#5  Document stores
Score1.04
Rank#184  Overall
#84  Relational DBMS
Score1.26
Rank#164  Overall
#75  Relational DBMS
Websiteaerospike.comphoenix.apache.orgwww.couchbase.comwww.oracle.com/­database/­technologies/­related/­rdb.htmlwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdocs.aerospike.comphoenix.apache.orgdocs.couchbase.comwww.oracle.com/­database/­technologies/­related/­rdb-doc.htmldocs.oracle.com/­en/­database/­other-databases/­timesten/­index.html
Social network pagesLinkedInTwitterFacebookYouTube
DeveloperAerospikeApache Software FoundationCouchbase, Inc.Oracle, originally developed by Digital Equipment Corporation (DEC)Oracle infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20122014201119841998
Current release7.1, May 20245.0-HBase2, July 2018 and 4.15-HBase1, December 2019Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20237.4.1.1, 2021Release 22.1
License infoCommercial or Open SourceOpen Source infoApache and AGPL Licenses; open sourced in June 2014; commercial Enterprise Edition availableOpen Source infoApache Version 2.0Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercialcommercial
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 languageCJavaC, C++, Go and Erlang
Server operating systemsLinuxLinux
Unix
Windows
Linux
OS X
Windows
HP Open VMSIBM AIX Power PC 64-bit
Linux arm64
Linux x86-64
Solaris SPARC 64
Solaris SPARC/x86
Solaris x86-64
Data schemeschema-freeyes infolate-bound, schema-on-read capabilitiesschema-freeFlexible Schema (defined schema, partial schema, schema free)yes
Typing infopredefined data types such as float or dateyesyesyesyesyes
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 indexesyesyesyesyesyes
SQL infoSupport of SQLnoyesSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesyesyes
APIs and other access methodsJDBC
Proprietary protocol
TinkerPop Gremlin
JDBCCLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
ODBC
ODP.NET
Oracle Call Interface (OCI)
Pro*C/C++ programming interfaces
SQL and PL/SQL via JDBC
Supported programming languages.Net
C
C#
C++
Erlang
Go
Java
JavaScript (Node.js)
Lua
Perl
PHP
Python
Ruby
C
C#
C++
Go
Groovy
Java
PHP
Python
Scala
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
C
C++
Java
Node.js
PL/SQL
Python
Server-side scripts infoStored proceduresuser defined functions infowith Luauser defined functionsFunctions and timers in JavaScript and UDFs in Java, Python, SQL++PL/SQL
Triggersnonoyes infovia the TAP protocolno
Partitioning methods infoMethods for storing different data on different nodesShardingShardingAutomatic Shardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorMulti-source replication
Source-replica replication
Multi-source replication infoincluding cross data center replication
Source-replica replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoAerospike Aggregation Framework is similar to Map/ReduceHadoop integrationyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency in cross-datacenter configuration and Immediate Consistency in local cluster configurationImmediate Consistency or Eventual ConsistencyEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Immediate ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynononoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of operationsACIDACIDyes, on a single nodeACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes infoEphemeral bucketsnoyes
User concepts infoAccess controlAccess rights for users and roles infowith Enterprise Edition onlyAccess Control Lists (using HBase ACL) for RBAC, integration with Apache Ranger for RBAC & ABAC, multi-tenancyUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.fine grained access rights according to SQL-standard
More information provided by the system vendor
Aerospike infopreviously called CitrusleafApache PhoenixCouchbase infoOriginally called MembaseOracle RdbTimesTen
Specific characteristicsAerospike is an enterprise-class, NoSQL database solution delivering predictable...
» more
Competitive advantagesOptimized for use with SSDs (solid-state hard drives) Scales horizontally and vertically...
» more
Typical application scenariosAerospike excels in mission-critical applications that have mixed read/write workloads...
» more
Key customersNielsen, Williams-Sonoma, Inmobi, AppNexus, Telco (confidential), Financial Services...
» more
Market metricsAerospike's combination of speed, scalability, and reliability delivers 10x performance...
» more
Licensing and pricing modelsSubscription-based Enterprise Edition and free, open-source Community Edition
» more
News

Aerospike Year-over-Year Recurring Revenue Soars by 51% as Demand for AI Rises
4 September 2024

Aerospike Named to Inc. 5000 List of Fastest-Growing Companies in America for Third Consecutive Year
20 August 2024

BSV Association and Aerospike Achieve 100 Billion BSV Blockchain Transactions Per Day on Teranode
30 July 2024

Aerospike Appoints Venkatesh Guntur as Country Head for Southeast Asia
25 June 2024

Aerospike, AWS, Google, Glean, and other Industry Leaders Speaking at Real-time Data Summit 2024
5 June 2024

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
Aerospike infopreviously called CitrusleafApache PhoenixCouchbase infoOriginally called MembaseOracle RdbTimesTen
DB-Engines blog posts

Evaluating Hbase and Aerospike Solutions for Real-time System of Record
17 March 2020,  Srini Srinivasan, Aerospike (sponsor) 

show all

Cloudera's HBase PaaS offering now supports Complex Transactions
11 August 2021,  Krishna Maheshwari (sponsor) 

show all

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

Aerospike Cloud: Scalable Real-time Database-as-a-Service with AWS SaaS Factory Support
5 July 2024, AWS Blog

Aerospike Year-over-Year Recurring Revenue Soars by 51% as Demand for AI Rises
5 September 2024, Datanami

Aerospike raises $109M for its real-time database platform to capitalize on the AI boom
4 April 2024, TechCrunch

Aerospike set to grow real time database for AI with $109M raise
4 April 2024, VentureBeat

Aerospike Raises $109M For Accelerated Database Development, Market Expansion
4 April 2024, CRN

provided by Google News

Supercharge SQL on Your Data in Apache HBase with Apache Phoenix
2 June 2016, AWS Blog

Deep dive into Azure HDInsight 4.0
25 September 2018, azure.microsoft.com

Hortonworks Starts Hadoop Summit with Data Platform Update
28 June 2016, ADT Magazine

Amazon EMR 4.7.0 – Apache Tez & Phoenix, Updates to Existing Apps
2 June 2016, AWS Blog

Sundeck Announces the Public Availability of Its Query Engineering Platform for Snowflake
31 May 2023, Newswire

provided by Google News

Couchbase releases AI vector search and Capella Columnar on AWS
3 September 2024, Blocks & Files

Couchbase stock hits 52-week low at $14.1 amid market challenges
16 September 2024, Investing.com

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

Couchbase Capella gets columnar support on AWS
3 September 2024, InfoWorld

Couchbase (NASDAQ:BASE) Sets New 52-Week Low at $14.07
16 September 2024, MarketBeat

provided by Google News

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

Oracle Business Model
13 June 2023, Business Model Analyst

provided by Google News

Oracle starts peddling Exalytics in-memory appliance
12 March 2012, The Register

SAP S&D Benchmark - The Intel Xeon E7-8800 v3 Review: The POWER8 Killer?
8 May 2015, AnandTech

provided by Google News



Share this page

Featured Products

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

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.

Present your product here