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. Ehcache vs. Elasticsearch vs. MaxDB vs. Newts

System Properties Comparison Apache Cassandra vs. Ehcache vs. Elasticsearch vs. MaxDB vs. Newts

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonEhcache  Xexclude from comparisonElasticsearch  Xexclude from comparisonMaxDB infoformerly named Adabas-D  Xexclude from comparisonNewts  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessA widely adopted Java cache with tiered storage optionsA distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricA robust and reliable RDBMS optimized to run all major SAP solutionsTime Series DBMS based on Cassandra
Primary database modelWide column storeKey-value storeSearch engineRelational DBMSTime Series DBMS
Secondary database modelsVector DBMS infostarting with release V5Document store
Spatial 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
Score4.79
Rank#66  Overall
#8  Key-value stores
Score128.79
Rank#8  Overall
#1  Search engines
Score2.15
Rank#115  Overall
#55  Relational DBMS
Score0.00
Rank#385  Overall
#40  Time Series DBMS
Websitecassandra.apache.orgwww.ehcache.orgwww.elastic.co/­elasticsearchmaxdb.sap.comopennms.github.io/­newts
Technical documentationcassandra.apache.org/­doc/­latestwww.ehcache.org/­documentationwww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmlmaxdb.sap.com/­documentationgithub.com/­OpenNMS/­newts/­wiki
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookTerracotta Inc, owned by Software AGElasticSAP, acquired from Software AG (Adabas-D) in 1997OpenNMS Group
Initial release20082009201019842014
Current release5.0-rc1, July 20243.10.0, March 20228.6, January 20237.9.10.12, February 2024
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoApache Version 2; commercial licenses availableOpen Source infoElastic Licensecommercial infoLimited community edition freeOpen Source infoApache 2.0
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 languageJavaJavaJavaC++Java
Server operating systemsBSD
Linux
OS X
Windows
All OS with a Java VMAll OS with a Java VMAIX
HP-UX
Linux
Solaris
Windows
Linux
OS X
Windows
Data schemeschema-freeschema-freeschema-free infoFlexible type definitions. Once a type is defined, it is persistentyesschema-free
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.nonononono
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionnoyes infoAll search fields are automatically indexedyesno
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)noSQL-like query languageyesno
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
JCacheJava API
RESTful HTTP/JSON API
ADO.NET
JDBC
ODBC
WebDAV
HTTP REST
Java API
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
Java.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
.Net
C#
Java
Perl
PHP
Python
Java
Server-side scripts infoStored proceduresnonoyesyesno
Triggersyesyes infoCache Event Listenersyes infoby using the 'percolation' featureyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Sharding infoby using Terracotta ServerShardingnoneSharding infobased on Cassandra
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleyes infoby using Terracotta ServeryesSource-replica replicationselectable replication factor infobased on Cassandra
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoES-Hadoop Connectornono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Tunable Consistency (Strong, Eventual, Weak)Eventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate ConsistencyEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Foreign keys infoReferential integritynononoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsyes infosupports JTA and can work as an XA resourcenoACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infousing a tiered cache-storage approachyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesMemcached and Redis integrationnono
User concepts infoAccess controlAccess rights for users can be defined per objectnofine grained access rights according to SQL-standardno
More information provided by the system vendor
Apache CassandraEhcacheElasticsearchMaxDB infoformerly named Adabas-DNewts
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

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

More resources
Apache CassandraEhcacheElasticsearchMaxDB infoformerly named Adabas-DNewts
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

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

Jira Data Center user? Here's a critical Ehcache vulnerability to spoil your day
22 July 2021, The Register

Atlassian asks customers to patch critical Jira vulnerability
22 July 2021, BleepingComputer

Critical Jira Flaw in Atlassian Could Lead to RCE
22 July 2021, Threatpost

How to partition Sonatype Nexus Repository: Targets, privileges, and roles
9 February 2010, Sonatype Blog

Implementing fallback with cached data
8 October 2018, O'Reilly Media

provided by Google News

AWS hands OpenSearch to Linux Foundation – is this why Elasticsearch was made open source again?
16 September 2024, DevClass

Elastic Announces Open Source License for Elasticsearch and Kibana Source Code
29 August 2024, businesswire.com

The Elasticsearch cloud now subject to open-source licence
3 September 2024, TechHQ

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

Misconfigured Elasticsearch database exposes 762K Chinese car owners | SC Media
6 September 2024, SC Media

provided by Google News

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

What is SAP S/4HANA?
21 March 2022, TechTarget

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

Google Cloud adds backup vaults and centralized management
10 September 2024, Blocks & Files

Hana triumphs, MaxDB lives on
24 September 2015, e3mag.com

provided by Google News



Share this page

Featured Products

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

Milvus logo

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

RaimaDB logo

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

Neo4j logo

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

Present your product here