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. FoundationDB vs. MongoDB vs. Quasardb

System Properties Comparison Apache Cassandra vs. FoundationDB vs. MongoDB vs. Quasardb

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonFoundationDB  Xexclude from comparisonMongoDB  Xexclude from comparisonQuasardb  Xexclude from comparison
Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessOrdered key-value store. Core features are complimented by layers.One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureDistributed, high-performance timeseries database
Primary database modelWide column storeDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Document storeTime Series DBMS
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
Score108.05
Rank#11  Overall
#1  Wide column stores
Score0.89
Rank#197  Overall
#32  Document stores
#29  Key-value stores
#92  Relational DBMS
Score402.51
Rank#5  Overall
#1  Document stores
Score0.17
Rank#320  Overall
#28  Time Series DBMS
Websitecassandra.apache.orggithub.com/­apple/­foundationdbwww.mongodb.comquasar.ai
Technical documentationcassandra.apache.org/­doc/­latestapple.github.io/­foundationdbwww.mongodb.com/­docs/­manualdoc.quasar.ai/­master
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookFoundationDBMongoDB, Incquasardb
Initial release2008201320092009
Current release5.0-rc1, July 20246.2.28, November 20207.0.5, January 20243.14.1, January 2024
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoApache 2.0Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.commercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licenses
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)no
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
MongoDB Flex @ STACKIT offers managed MongoDB Instances with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageJavaC++C++C++
Server operating systemsBSD
Linux
OS X
Windows
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
BSD
Linux
OS X
Windows
Data schemeschema-freeschema-free infosome layers support schemasschema-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.schema-free
Typing infopredefined data types such as float or dateyesno infosome layers support typingyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes infointeger and binary
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 indexesrestricted infoonly equality queries, not always the best performing solutionnoyesyes infowith tags
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)supported in specific SQL layer onlyRead-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like query language
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
HTTP API
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
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
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
Server-side scripts infoStored proceduresnoin SQL-layer onlyJavaScriptno
Triggersyesnoyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"ShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding infoconsistent hashing
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleyesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replication with selectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyeswith Hadoop integration
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Linearizable consistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integritynoin SQL-layer onlyno infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by defaultyes infoby using LevelDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoIn-memory storage engine introduced with MongoDB version 3.2yes infoTransient mode
User concepts infoAccess controlAccess rights for users can be defined per objectnoAccess rights for users and rolesCryptographically strong user authentication and audit trail
More information provided by the system vendor
Apache CassandraFoundationDBMongoDBQuasardb
News

Introducing the Graph RAG Project and GraphRetriever: Layering Connected Knowledge onto Your RAG Stack
13 May 2025

How Frontkom Built a Supercharged Shopping Assistant for Norway’s Largest Door and Window Center
10 May 2025

The Managed Apache Cassandra® Buyer's Guide
9 May 2025

Langflow 1.4: Organize Workflows. Connect with MCP.
7 May 2025

Leverage the Power of Hybrid Search in Langflow
2 May 2025

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 parties
» more

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

More resources
Apache CassandraFoundationDBMongoDBQuasardb
DB-Engines blog posts

DB-Engines shares Q1 2025 database industry rankings and top climbers: Snowflake and PostgreSQL trending
1 May 2025, DB-Engines

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

show all

Recent citations in the news

Best practices for running Apache Cassandra with Amazon EBS
8 November 2024, Amazon Web Services

IBM plans to buy open source Cassandra wrangler DataStax
25 February 2025, theregister.com

Apache Cassandra survey highlights growing adoption for AI workloads
11 November 2024, Blocks and Files

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

Apache Cassandra Vulnerability Allows Attackers to Gain Access Data Centers
4 February 2025, GBHackers News

provided by Google News

Apple Acquires Durable Database Company FoundationDB
24 March 2015, TechCrunch

FoundationDB Record Layer: A Multi-Tenant Structured Datastore
25 July 2020, Apple Machine Learning Research

Apple-owned FoundationDB open sources the core technology at the heart of iCloud
19 April 2018, AppleInsider

FoundationDB team’s new venture, Antithesis, raises $47M to enhance software testing
13 February 2024, SiliconANGLE

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, theregister.com

provided by Google News

MongoDB (MDB): Barclays Analyst Lowers Price Target | MDB Stock News
16 May 2025, GuruFocus

MongoDB price target lowered to $252 from $280 at Barclays
16 May 2025, TipRanks

MongoDB (MDB) Stock Declines While Market Improves: Some Information for Investors
14 May 2025, Yahoo Finance

MongoDB (NasdaqGM:MDB) Sees 21% Stock Rise Over Last Month
14 May 2025, simplywall.st

Snowflake, MongoDB see better cloud engagement growth in April, Microsoft 365 growth slows - BofA
14 May 2025, Seeking Alpha

provided by Google News

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

SQUAB—I: The First Release of Strange QUasar Candidates With ABnormal Astrometric Characteristics From Gaia EDR3 and SDSS
26 June 2024, Frontiers

Exploring secular variation of the gravitational constant from high-resolution quasar spectra
6 July 2024, Nature

Evaluation of CD3 and CD8 T-Cell Immunohistochemistry for Prognostication and Prediction of Benefit From Adjuvant Chemotherapy in Early-Stage Colorectal Cancer Within the QUASAR Trial
31 July 2024, ASCO Publications

Hubble Unexpectedly Finds Double Quasar in Distant Universe
5 April 2023, NASA (.gov)

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.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

Milvus logo

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

Present your product here