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

DBMS > Cassandra vs. Faircom EDGE vs. Hazelcast vs. NuoDB vs. Percona Server for MongoDB

System Properties Comparison Cassandra vs. Faircom EDGE vs. Hazelcast vs. NuoDB vs. Percona Server for MongoDB

Editorial information provided by DB-Engines
NameCassandra  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonHazelcast  Xexclude from comparisonNuoDB  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsA widely adopted in-memory data gridNuoDB is a webscale distributed database that supports SQL and ACID transactionsA drop-in replacement for MongoDB Community Edition with enterprise-grade features.
Primary database modelWide column storeKey-value store
Relational DBMS
Key-value storeRelational DBMSDocument store
Secondary database modelsVector DBMS infostarting with release V5Document store infoJSON support with IMDG 3.12
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score103.86
Rank#12  Overall
#1  Wide column stores
Score0.03
Rank#380  Overall
#59  Key-value stores
#157  Relational DBMS
Score6.87
Rank#55  Overall
#6  Key-value stores
Score0.99
Rank#195  Overall
#92  Relational DBMS
Score0.55
Rank#253  Overall
#39  Document stores
Websitecassandra.apache.orgwww.faircom.com/­products/­faircom-edgehazelcast.comwww.3ds.com/­nuodb-distributed-sql-databasewww.percona.com/­mongodb/­software/­percona-server-for-mongodb
Technical documentationcassandra.apache.org/­doc/­latestdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlhazelcast.org/­imdg/­docsdoc.nuodb.comdocs.percona.com/­percona-distribution-for-mongodb
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookFairCom CorporationHazelcastDassault Systèmes infooriginally NuoDB, Inc.Percona
Initial release20081979200820132015
Current release4.1.3, July 2023V3, October 20205.3.6, November 20233.4.10-2.10, November 2017
License infoCommercial or Open SourceOpen Source infoApache version 2commercial infoRestricted, free version availableOpen Source infoApache Version 2; commercial licenses availablecommercial infolimited edition freeOpen Source infoGPL Version 2
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 languageJavaANSI C, C++JavaC++C++
Server operating systemsBSD
Linux
OS X
Windows
Android
Linux infoARM, x86
Raspbian
Windows
All OS with a Java VMhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
Linux
Data schemeschema-freeFlexible Schema (defined schema, partial schema, schema free)schema-freeyesschema-free
Typing infopredefined data types such as float or dateyesyes, ANSI Standard SQL Typesyesyesyes
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.noyesyes infothe object must implement a serialization strategynono
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyesyesyesyes
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)yes infoANSI SQL queriesSQL-like query languageyesno
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
JCache
JPA
Memcached protocol
RESTful HTTP API
ADO.NET
JDBC
ODBC
proprietary protocol using JSON
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
Server-side scripts infoStored proceduresnoyes info.Net, JavaScript, C/C++yes infoEvent Listeners, Executor ServicesJava, SQLJavaScript
Triggersyesyesyes infoEventsyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"File partitioning infoCustomizable business rules for partitioningShardingdata is dynamically stored/cached on the nodes where it is read/writtenSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleyes infoSynchronous and asynchronous realtime replication based on transaction logsyes infoReplicated Mapyes infoManaged transparently by NuoDBSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyesnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate Consistency
Tunable Consistency
Immediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmImmediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyes infowhen using SQLnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDone or two-phase-commit; repeatable reads; read commitedACID infotunable commit protocolno
Concurrency infoSupport for concurrent manipulation of datayesyes infoacross SQL and NoSQLyesyes infoMVCCyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes infoTemporary tableyes infovia In-Memory Engine
User concepts infoAccess controlAccess rights for users can be defined per objectFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Role-based access controlStandard SQL roles/ privileges, Administrative UsersAccess rights for users and roles
More information provided by the system vendor
CassandraFaircom EDGE infoformerly c-treeEDGEHazelcastNuoDBPercona Server for MongoDB
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 metricsCassandra 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 Winweb Built its AI Assistant with DataStax Astra DB and LangChain
17 April 2024

Vercel + Astra DB: Get Data into Your GenAI Apps Fast
16 April 2024

Simplifying Agent Development with Astra DB Connector for Vertex AI Search
11 April 2024

Making Astra DB easier for MongoDB developers
10 April 2024

Empowering Enterprise GenAI: Announcing Luna for RAGStack
10 April 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
CassandraFaircom EDGE infoformerly c-treeEDGEHazelcastNuoDBPercona Server for MongoDB
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Here's What to Know About Apache Cassandra 5.0
16 April 2024, hackernoon.com

What Is Cassandra? Working, Features, and Uses - Spiceworks
17 August 2023, Spiceworks News and Insights

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

provided by Google News

Data Technology Company FairCom Expands The Edge with 2 New Releases of its Edge Computing Products
19 April 2023, Yahoo Finance

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

Brokers, Protocols, Platform Move Manufacturing Data
26 July 2023, EE Times

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

provided by Google News

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

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

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

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

Hazelcast Versus Redis: A Practical Comparison
4 January 2024, Database Trends and Applications

provided by Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

NuoDB 4.0 improves cloud-native database capabilities
31 July 2019, TechTarget

Distributed SQL Database NuoDB 4.0 Supports Kubernetes Operator and Indexing Improvements
7 October 2019, InfoQ.com

NuoDB empowers distributed database users to optimize cloud and container resources with new graphical dashboard
10 April 2018, Daily Host News

provided by Google News

How to Plan Your MongoDB Upgrade
29 January 2024, The New Stack

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

Percona launches management system aimed at open-source databases
17 May 2022, The Register

Is database-as-a-service in Percona's future?
23 May 2022, VentureBeat

Percona Joins the Google Cloud Platform Partner Program as a Service Partner
5 April 2016, Yahoo Movies UK

provided by Google News



Share this page

Featured Products

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Milvus logo

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

AllegroGraph logo

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

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

Present your product here