DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > FoundationDB vs. Google Cloud Bigtable vs. Memgraph vs. Microsoft Azure Cosmos DB vs. Redis

System Properties Comparison FoundationDB vs. Google Cloud Bigtable vs. Memgraph vs. Microsoft Azure Cosmos DB vs. Redis

Editorial information provided by DB-Engines
NameFoundationDB  Xexclude from comparisonGoogle Cloud Bigtable  Xexclude from comparisonMemgraph  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonRedis  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.
DescriptionOrdered key-value store. Core features are complimented by layers.Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.An open source graph database built for real-time streaming and compatible with Neo4jGlobally distributed, horizontally scalable, multi-model database servicePopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.
Primary database modelDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Key-value store
Wide column store
Graph DBMSDocument store
Graph DBMS
Key-value store
Wide column store
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Secondary database modelsSpatial DBMSDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.89
Rank#197  Overall
#32  Document stores
#29  Key-value stores
#92  Relational DBMS
Score2.66
Rank#92  Overall
#15  Key-value stores
#6  Wide column stores
Score2.54
Rank#98  Overall
#8  Graph DBMS
Score22.94
Rank#26  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#2  Wide column stores
Score152.19
Rank#7  Overall
#1  Key-value stores
Websitegithub.com/­apple/­foundationdbcloud.google.com/­bigtablememgraph.comazure.microsoft.com/­services/­cosmos-dbredis.com
redis.io
Technical documentationapple.github.io/­foundationdbcloud.google.com/­bigtable/­docsmemgraph.com/­docslearn.microsoft.com/­azure/­cosmos-dbdocs.redis.com/­latest/­index.html
redis.io/­docs
DeveloperFoundationDBGoogleMemgraph LtdMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release20132015201720142009
Current release6.2.28, November 20207.2.5, May 2024
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialOpen Source infoBSL 1.1; commercial license for enterprise edition availablecommercialOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Cloud-based only infoOnly available as a cloud servicenoyesnoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C and C++C
Server operating systemsLinux
OS X
Windows
hostedLinuxhostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemeschema-free infosome layers support schemasschema-freeschema-free and schema-optionalschema-freeschema-free
Typing infopredefined data types such as float or dateno infosome layers support typingnoyesyes infoJSON typespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
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.nonono
Secondary indexesnonoyes infoAll properties auto-indexed by defaultyes infowith RediSearch module
SQL infoSupport of SQLsupported in specific SQL layer onlynonoSQL-like query languagewith RediSQL module
APIs and other access methodsgRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
Bolt protocol
Cypher query language
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
proprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languages.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
C#
C++
Go
Java
JavaScript (Node.js)
Python
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Server-side scripts infoStored proceduresin SQL-layer onlynoJavaScriptLua; Redis Functions coming in Redis 7 (slides and Github)
TriggersnonoJavaScriptpublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesShardingShardingSharding infodynamic graph partitioningSharding infoImplicit feature of the cloud serviceSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesInternal replication in Colossus, and regional replication between two clusters in different zonesMulti-source replication using RAFTyes infoImplicit feature of the cloud serviceMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*through RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemLinearizable consistencyImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Immediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integrityin SQL-layer onlynoyes inforelationships in graphsnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic single-row operationsACID infowith snapshot isolationMulti-item ACID transactions with snapshot isolation within a partitionAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logs
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlnoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Users, roles and permissionsAccess rights can be defined down to the item levelAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication

More information provided by the system vendor

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

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

More resources
FoundationDBGoogle Cloud BigtableMemgraphMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBRedis
DB-Engines blog posts

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

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

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the 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

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

FoundationDB, a very interesting NoSQL database owned by Apple, is now an open-source project
19 April 2018, GeekWire

provided by Google News

What’s next for Google Cloud databases? AI inside SQL and more
9 April 2025, VentureBeat

Google introduces Bigtable SQL access and Spanner's new AI-ready features
1 August 2024, ZDNET

Google Cloud adds graph processing to Spanner, SQL support to Bigtable
1 August 2024, InfoWorld

Google Cloud expands its database portfolio with new AI capabilities
1 August 2024, TechCrunch

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31 January 2022, infoq.com

provided by Google News

NASA jettisons Neo4j database for Memgraph citing costs
7 May 2025, theregister.com

Memgraph 3.0 Delivers Streamlined Way to Build Enterprise-Specific GenAI and Agentic AI
10 February 2025, Business Wire

Memgraph 3 Simplifies Graph Based AI Projects
11 February 2025, i-programmer.info

Memgraph is Recognized as a Responsive Company in the Knowledge Graph Market by MarketsandMarkets' 360Quadrants
9 April 2025, MarketsandMarkets

SLM series - Memgraph: The SLM-knowledge graph combo
25 March 2025, Computer Weekly

provided by Google News

Microsoft Announces General Availability of Data API Builder for Azure Cosmos DB
6 July 2024, infoq.com

Share.Market redefines the investment experience with Microsoft Azure
13 September 2024, Microsoft

How to use Azure Cosmos DB in .Net
10 July 2024, InfoWorld

Building Planet-Scale .NET Apps with Azure Cosmos DB
4 June 2024, Visual Studio Magazine

Crediclub saves 96% per month in audit processes and analyzes 150 meetings per hour with Azure
12 November 2024, Microsoft

provided by Google News

Database Management System Market Projected to Reach USD
5 May 2025, GlobeNewswire

Best of 2024: Valkey is Rapidly Overtaking Redis
23 December 2024, DevOps.com

Integrate your Spring Boot application with Amazon ElastiCache
16 April 2025, Amazon Web Services

Vector search is the new black for enterprise databases
24 April 2025, theregister.com

DigitalOcean Unveils Next-Gen Redis 7.2 Managed Caching: Automated Failover, RDMA Support
24 April 2025, Stock Titan

provided by Google News



Share this page

Featured Products

RaimaDB logo

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

Milvus logo

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

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.

Present your product here