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

DBMS > Apache Cassandra vs. Couchbase vs. JaguarDB vs. Quasardb vs. TimesTen

System Properties Comparison Apache Cassandra vs. Couchbase vs. JaguarDB vs. Quasardb vs. TimesTen

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonJaguarDB  Xexclude from comparisonQuasardb  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databasePerformant, highly scalable DBMS for AI and IoT applicationsDistributed, high-performance timeseries 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 modelWide column storeDocument storeKey-value store
Vector DBMS
Time Series DBMSRelational DBMS
Secondary database modelsVector DBMS infostarting with release V5Key-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
Score98.94
Rank#11  Overall
#1  Wide column stores
Score16.74
Rank#33  Overall
#5  Document stores
Score0.00
Rank#385  Overall
#61  Key-value stores
#16  Vector DBMS
Score0.13
Rank#332  Overall
#28  Time Series DBMS
Score1.26
Rank#164  Overall
#75  Relational DBMS
Websitecassandra.apache.orgwww.couchbase.comwww.jaguardb.comquasar.aiwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationcassandra.apache.org/­doc/­latestdocs.couchbase.comwww.jaguardb.com/­support.htmldoc.quasar.ai/­masterdocs.oracle.com/­en/­database/­other-databases/­timesten/­index.html
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookCouchbase, Inc.DataJaguar, Inc.quasardbOracle infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20082011201520091998
Current release5.0-rc1, July 2024Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20233.3 July 20233.14.1, January 2024Release 22.1
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infoGPL V3.0commercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensescommercial
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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
Implementation languageJavaC, C++, Go and ErlangC++ infothe server part. Clients available in other languagesC++
Server operating systemsBSD
Linux
OS X
Windows
Linux
OS X
Windows
LinuxBSD
Linux
OS X
Windows
IBM AIX Power PC 64-bit
Linux arm64
Linux x86-64
Solaris SPARC 64
Solaris SPARC/x86
Solaris x86-64
Data schemeschema-freeschema-freeyesschema-freeyes
Typing infopredefined data types such as float or dateyesyesyesyes infointeger and binaryyes
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 indexesrestricted infoonly equality queries, not always the best performing solutionyesyesyes infowith tagsyes
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)SQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesA subset of ANSI SQL is implemented infobut no views, foreign keys, triggersSQL-like query languageyes
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
JDBC
ODBC
HTTP APIODBC
ODP.NET
Oracle Call Interface (OCI)
Pro*C/C++ programming interfaces
SQL and PL/SQL via JDBC
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
C
C++
Java
Node.js
PL/SQL
Python
Server-side scripts infoStored proceduresnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++nonoPL/SQL
Triggersyesyes infovia the TAP protocolnonono
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Automatic ShardingShardingSharding infoconsistent hashingnone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-source replication infoincluding cross data center replication
Source-replica replication
Multi-source replicationSource-replica replication with selectable replication factorMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnowith Hadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Eventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual ConsistencyImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoby using LevelDByes 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.noyes infoEphemeral bucketsnoyes infoTransient modeyes
User concepts infoAccess controlAccess rights for users can be defined per objectUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.rights management via user accountsCryptographically strong user authentication and audit trailfine grained access rights according to SQL-standard
More information provided by the system vendor
Apache CassandraCouchbase infoOriginally called MembaseJaguarDBQuasardbTimesTen
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Market metricsApache Cassandra is used by 40% of the Fortune 100.
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
News

How to Monitor DataStax-Powered RAG Applications with Fiddler
19 September 2024

How Knowledge Graph RAG Boosts LLM Results
18 September 2024

How to Chunk Text in JavaScript for Your RAG Application
18 September 2024

Precision and Efficiency in Domain-Specific Text2SQL Conversion: Introducing Skypoint AI Platform’s SherloQ
11 September 2024

Now in LangChain: Graph Vector Store, a Simple Way to Add Structured Data to RAG Applications
11 September 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 partiesCassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more
CData: 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
Apache CassandraCouchbase infoOriginally called MembaseJaguarDBQuasardbTimesTen
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

New Apache Cassandra 5.0 gives open source NoSQL database a scalability and performance boost
6 September 2024, VentureBeat

Apache Cassandra introduces version 5.0 of open-source NoSQL database
9 September 2024, Techzine Europe

Migrate Cassandra workloads to Amazon Keyspaces using CQLReplicator
4 September 2024, AWS Blog

Cassandra redesigns indexing, storage management for 5.0 release
10 September 2024, The Register

How Uber ensures Apache Cassandra®’s tolerance for single-zone failure
20 June 2024, Uber

provided by Google News

Interview with SWE, SJSU ranks no. 4 with WSJ, Couchbase moves to San Jose, and more!
18 September 2024, SJSU Today

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

Couchbase Looks To Fuel Enterprise, AI Application Development With Capella Advancements
5 September 2024, CRN

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

provided by Google News

NVIDIA to Present Innovations at Hot Chips That Boost Data Center Performance and Energy Efficiency
23 August 2024, NVIDIA Blog

Webb captures a staggering quasar-galaxy merger in the remote universe
5 July 2024, Phys.org

When a Quasar Remote Access Tool Falls Into the Wrong Hands
23 February 2024, darktrace.com

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Hubble Unexpectedly Finds Double Quasar in Distant Universe
5 April 2023, Science@NASA

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

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

SingleStore logo

The data platform to build your intelligent applications.
Try 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

RaimaDB logo

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

Present your product here