DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Aerospike vs. Cassandra vs. MongoDB

System Properties Comparison Aerospike vs. Cassandra vs. MongoDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameAerospike infopreviously called Citrusleaf  Xexclude from comparisonCassandra  Xexclude from comparisonMongoDB  Xexclude from comparison
DescriptionFlash-optimized In-memory NoSQL DatabaseWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructure
Primary database modelDocument store
Key-value store
Spatial DBMS
Wide column storeDocument store
Secondary database modelsVector DBMS infostarting with release V5Spatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score6.85
Rank#60  Overall
#11  Document stores
#7  Key-value stores
#2  Spatial DBMS
Score110.06
Rank#12  Overall
#1  Wide column stores
Score439.42
Rank#5  Overall
#1  Document stores
Websiteaerospike.comcassandra.apache.orgwww.mongodb.com
Technical documentationdocs.aerospike.comcassandra.apache.org/­doc/­latestwww.mongodb.com/­docs/­manual
Social network pagesLinkedInTwitterFacebook
DeveloperAerospikeApache Software Foundation infoApache top level project, originally developped by FacebookMongoDB, Inc
Initial release201220082009
Current release6.0.0.0, April 20224.1.3, July 20236.0.7, June 2023
License infoCommercial or Open SourceOpen Source infoApache and AGPL Licenses; open sourced in June 2014; commercial Enterprise Edition availableOpen Source infoApache version 2Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)
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.
  • Aiven for Apache Cassandra: Fully managed, open source NoSQL database specifically designed to be highly available, performant, and scalable.
MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
Implementation languageCJavaC++
Server operating systemsLinuxBSD
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
Data schemeschema-freeschema-freeschema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.
Typing infopredefined data types such as float or dateyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatial
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.nono
Secondary indexesyesrestricted infoonly equality queries, not always the best performing solutionyes
SQL infoSupport of SQLnoSQL-like SELECT, DML and DDL statements (CQL)Read-only SQL queries via the MongoDB Atlas SQL Interface
APIs and other access methodsJDBC
Proprietary protocol
Proprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Supported programming languages.Net
C
C#
C++
Erlang
Go
Java
JavaScript (Node.js)
Lua
Perl
PHP
Python
Ruby
C#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
Actionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Kotlin
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
Server-side scripts infoStored proceduresuser defined functions infowith LuanoJavaScript
Triggersnoyesyes infoin MongoDB Atlas only
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infono "single point of failure"Sharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoAerospike Aggregation Framework is similar to Map/Reduceyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency in cross-datacenter configuration and Immediate Consistency in local cluster configurationEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integritynonono infotypically not used, however similar functionality with DBRef possible
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of operationsno infoAtomicity and isolation are supported for single operationsMulti-document ACID Transactions with snapshot isolation
Concurrency infoSupport for concurrent manipulation of datayesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by default
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlAccess rights for users and roles infowith Enterprise Edition onlyAccess rights for users can be defined per objectAccess rights for users and roles
More information provided by the system vendor
Aerospike infopreviously called CitrusleafCassandraMongoDB
Specific characteristicsAerospike is an enterprise-class, NoSQL database solution delivering predictable...
» more
Apache Cassandra is the leading NoSQL, distributed database management system, well...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesOptimized for use with SSDs (solid-state hard drives) Scales horizontally and vertically...
» more
No single point of failure ensures 100% availability . Operational simplicity for...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosAerospike excels in mission-critical applications that have mixed read/write workloads...
» more
Internet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
AI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersNielsen, Williams-Sonoma, Inmobi, AppNexus, Telco (confidential), Financial Services...
» more
Apple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsAerospike's combination of speed, scalability, and reliability delivers 10x performance...
» more
Cassandra is used by 40% of the Fortune 100.
» more
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsSubscription-based Enterprise Edition and free, open-source Community Edition
» more
Apache license  Pricing for commercial distributions provided by DataStax and available...
» more
MongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more
News

Introducing the New JSON API for Astra DB: Develop AI Applications in JavaScript with Ease
19 September 2023

Build a Text and Image Search App with Astra DB Vector Search, NodeJS, Stargate’s New JSON API, and Stargate-Mongoose
6 September 2023

Chingari: Empowering Social Media Creators and Viewers with Astra DB
30 August 2023

Keeping the Momentum Rolling with Google Cloud
24 August 2023

A Perfect Pair: Apache Cassandra and Generative AI
18 August 2023

Related products and services
3rd partiesInstaclustr: Hosted & Managed Apache Cassandra as a Service
» more

CData: 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

Aiven for Apache Cassandra: A truly distributed database that can handle large volumes of writes.
» more
Studio 3T: The world's favorite IDE for working with MongoDB
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

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

More resources
Aerospike infopreviously called CitrusleafCassandraMongoDB
DB-Engines blog posts

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

show all

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

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

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

show all

Conferences and events

Cassandra Summit 2023
San Jose, California, USA, 12-13 December 2023

Recent citations in the news

Aerospike Announces Availability of Developer-ready, Real-time ...
28 August 2023, GlobeNewswire

Implementing High-Performance Ad Tech Demand-Side Platforms ...
19 September 2023, The New Stack

In-Memory Database Market (2023-2030): Growth Forecast
20 September 2023, Benzinga

Storage news ticker – September 4 – Blocks and Files
4 September 2023, Blocks & Files

In-Memory Database Market Size, Research Report 2023-2031
19 September 2023, Benzinga

provided by Google News

5 Hard Problems in Vector Search, and How Cassandra Solves Them
22 September 2023, The New Stack

DataStax Unveils New JSON API for Astra DB, Catering to 13M ...
19 September 2023, Datanami

NoSQL Databases Software Market 2023 Global Industry Size, Share, Business Growth, Revenue, Trends, Globa
22 September 2023, Benzinga

SolarWinds continues ongoing business evolution with new and upgraded service management and database observability solutions
20 September 2023, ZAWYA

How 'Lean IT' thinking can save your wallet and emissions
6 September 2023, The Stack

provided by Google News

MongoDB Launches Atlas for Manufacturing and Automotive
21 September 2023, PR Newswire

Paragon Advisors LLC Sells 13310 Shares of MongoDB, Inc ...
22 September 2023, MarketBeat

Everhart Financial Group Inc. Shows Confidence in MongoDB's ...
22 September 2023, Best Stocks

MongoDB, Inc. Announces Second Quarter Fiscal 2024 Financial ...
31 August 2023, PR Newswire

Is MongoDB the Panacea for all LLM Problems?
20 September 2023, Analytics India Magazine

provided by Google News

Job opportunities

Cloud Database Adminstrator
CEDENT, United States

Data Analyst - Ad Tech - Remote
Motive Interactive, San Diego, CA

Federal Technical Support Engineer (East Coast)
Aerospike, Mountain View, CA

React JS Developer
Virtualware Innovations, Dallas, TX

Senior Cloud Engineer - Data Platforms
Fidelity Investments, Durham, NC

Senior Cassandra Database Engineer
Wells Fargo, Charlotte, NC

NoSQL Database Administrator II – US
Rackspace, Remote

An, Database Developer
American Fidelity Assurance, Oklahoma

DataStax Cassandra Administrator
Realign LLC, California

Senior Cassandra Database Engineer
Wells Fargo, Minneapolis, MN

MongoDB
Devcare Solutions, California

Technical Customer Support Representative
Sakari, Remote

Developer Advocate
Oso, New York State

Senior Backend Engineer
Epic Games, Cary, NC

Level 3 MongoDB Escalation Specialist
Percona, Remote

jobs by Indeed



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

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Neo4j logo

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

AllegroGraph logo

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

Redis logo

The world’s most loved real‑time data platform.
Try free

Present your product here