DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Cassandra vs. Couchbase vs. Machbase Neo vs. MarkLogic vs. Sadas Engine

System Properties Comparison Apache Cassandra vs. Couchbase vs. Machbase Neo vs. MarkLogic vs. Sadas Engine

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonMachbase Neo infoFormer name was Infiniflux  Xexclude from comparisonMarkLogic  Xexclude from comparisonSadas Engine  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 databaseTimeSeries DBMS for AIoT and BigDataOperational and transactional Enterprise NoSQL databaseSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environments
Primary database modelWide column storeDocument storeTime Series DBMSDocument store
Native XML DBMS
RDF store infoas of version 7
Search engine
Relational 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.07
Rank#348  Overall
#34  Time Series DBMS
Score4.15
Rank#70  Overall
#11  Document stores
#1  Native XML DBMS
#1  RDF stores
#8  Search engines
Score0.00
Rank#385  Overall
#159  Relational DBMS
Websitecassandra.apache.orgwww.couchbase.commachbase.comwww.progress.com/­marklogicwww.sadasengine.com
Technical documentationcassandra.apache.org/­doc/­latestdocs.couchbase.commachbase.com/­dbmswww.progress.com/­marklogic/­documentationwww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentation
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookCouchbase, Inc.MachbaseMarkLogic Corp.SADAS s.r.l.
Initial release20082011201320012006
Current release5.0-rc1, July 2024Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 2023V8.0, August 202311.0, December 20228.0
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercial infofree test version availablecommercial inforestricted free version is availablecommercial infofree trial version 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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
Implementation languageJavaC, C++, Go and ErlangCC++C++
Server operating systemsBSD
Linux
OS X
Windows
Linux
OS X
Windows
Linux
macOS
Windows
Linux
OS X
Windows
AIX
Linux
Windows
Data schemeschema-freeschema-freeyesschema-free infoSchema can be enforcedyes
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.nonoyesno
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyesyesyesyes
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)SQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesSQL-like query languageyes infoSQL92yes
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
gRPC
HTTP REST
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
Java API
Node.js Client API
ODBC
proprietary Optic API infoProprietary Query API, introduced with version 9
RESTful HTTP API
SPARQL
WebDAV
XDBC
XQuery
XSLT
JDBC
ODBC
Proprietary protocol
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#
C++
Go
Java
JavaScript
PHP infovia ODBC
Python
R infovia ODBC
Scala
C
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
C
C#
C++
Groovy
Java
PHP
Python
Server-side scripts infoStored proceduresnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++noyes infovia XQuery or JavaScriptno
Triggersyesyes infovia the TAP protocolnoyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Automatic ShardingShardingShardinghorizontal partitioning
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
selectable replication factoryesnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnoyes infovia Hadoop Connector, HDFS Direct Access and in-database MapReduce jobsno
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
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDnoACID infocan act as a resource manager in an XA/JTA transaction
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesnoyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoEphemeral bucketsyes infovolatile and lookup tableyes, with Range Indexesyes infomanaged by 'Learn by Usage'
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.simple password-based access controlRole-based access control at the document and subdocument levelsAccess rights for users, groups and roles according to SQL-standard
More information provided by the system vendor
Apache CassandraCouchbase infoOriginally called MembaseMachbase Neo infoFormer name was InfinifluxMarkLogicSadas Engine
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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Cassandra 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

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

More resources
Apache CassandraCouchbase infoOriginally called MembaseMachbase Neo infoFormer name was InfinifluxMarkLogicSadas Engine
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

Conferences, events and webinars

Progress MarkLogic World
Washington DC, 23-25 September 2024

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

Progress Brings Industry Leaders Together to Share Insights on AI and Data at MarkLogic World Tour US 2024
18 September 2024, Progress Investor Relations

Progress Software announces speaker lineup for MarkLogic World Tour US
18 September 2024, TipRanks

Progress Brings Industry Leaders Together to Share Insights on AI and Data at MarkLogic World Tour US 2024
18 September 2024, StockTitan

Progress Introduces MarkLogic FastTrack, Helping Organizations Harness the Power of Connected Data
23 July 2024, Yahoo Finance

Vantage Closes Wholesale Deal in Santa Clara
30 May 2024, Data Center Knowledge

provided by Google News



Share this page

Featured Products

SingleStore logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

RaimaDB logo

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

Milvus logo

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

Present your product here