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

DBMS > KeyDB vs. Microsoft Azure Cosmos DB vs. MonetDB vs. OrientDB vs. SQLite

System Properties Comparison KeyDB vs. Microsoft Azure Cosmos DB vs. MonetDB vs. OrientDB vs. SQLite

Editorial information provided by DB-Engines
NameKeyDB  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonMonetDB  Xexclude from comparisonOrientDB  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionAn ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsGlobally distributed, horizontally scalable, multi-model database serviceA relational database management system that stores data in columnsMulti-model DBMS (Document, Graph, Key/Value)Widely used embeddable, in-process RDBMS
Primary database modelKey-value storeDocument store
Graph DBMS
Key-value store
Wide column store
Relational DBMSDocument store
Graph DBMS
Key-value store
Relational DBMS
Secondary database modelsSpatial DBMSDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.80
Rank#219  Overall
#31  Key-value stores
Score29.85
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score1.72
Rank#148  Overall
#68  Relational DBMS
Score3.27
Rank#97  Overall
#16  Document stores
#6  Graph DBMS
#15  Key-value stores
Score116.01
Rank#10  Overall
#7  Relational DBMS
Websitegithub.com/­Snapchat/­KeyDB
keydb.dev
azure.microsoft.com/­services/­cosmos-dbwww.monetdb.orgorientdb.orgwww.sqlite.org
Technical documentationdocs.keydb.devlearn.microsoft.com/­azure/­cosmos-dbwww.monetdb.org/­Documentationwww.orientdb.com/­docs/­last/­index.htmlwww.sqlite.org/­docs.html
DeveloperEQ Alpha Technology Ltd.MicrosoftMonetDB BVOrientDB LTD; CallidusCloud; SAPDwayne Richard Hipp
Initial release20192014200420102000
Current releaseDec2023 (11.49), December 20233.2.29, March 20243.45.2  (12 March 2024), March 2024
License infoCommercial or Open SourceOpen Source infoBSD-3commercialOpen Source infoMozilla Public License 2.0Open Source infoApache version 2Open Source infoPublic Domain
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++CJavaC
Server operating systemsLinuxhostedFreeBSD
Linux
OS X
Solaris
Windows
All OS with a Java JDK (>= JDK 6)server-less
Data schemeschema-freeschema-freeyesschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")yes infodynamic column types
Typing infopredefined data types such as float or datepartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes infoJSON typesyesyesyes infonot rigid because of 'dynamic typing' concept.
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 indexesyes infoby using the Redis Search moduleyes infoAll properties auto-indexed by defaultyesyesyes
SQL infoSupport of SQLnoSQL-like query languageyes infoSQL 2003 with some extensionsSQL-like query language, no joinsyes infoSQL-92 is not fully supported
APIs and other access methodsProprietary protocol infoRESP - REdis Serialization ProtocoDocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
JDBC
native C library infoMAPI library (MonetDB application programming interface)
ODBC
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesC
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
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
C
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresLuaJavaScriptyes, in SQL, C, RJava, Javascriptno
TriggersnoJavaScriptyesHooksyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoImplicit feature of the cloud serviceSharding via remote tablesShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
yes infoImplicit feature of the cloud servicenone infoSource-replica replication available in experimental statusMulti-source replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*nono infocould be achieved with distributed queriesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Strong eventual consistency with CRDTs
Bounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Foreign keys infoReferential integritynonoyesyes inforelationship in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataOptimistic locking, atomic execution of commands blocks and scriptsMulti-item ACID transactions with snapshot isolation within a partitionACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infovia file-system locks
Durability infoSupport for making data persistentyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes
User concepts infoAccess controlsimple password-based access control and ACLAccess rights can be defined down to the item levelfine grained access rights according to SQL-standardAccess rights for users and roles; record level security configurableno

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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more
Navicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

More resources
KeyDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBMonetDBOrientDBSQLite
DB-Engines blog posts

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Snap snaps up database developer KeyDB to make its infrastructure more snappy
12 May 2022, TechCrunch

Snap Acquires KeyDB for Open-Source Services
17 May 2022, XR Today

Garnet–open-source faster cache-store speeds up applications, services
18 March 2024, Microsoft

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

Microsoft open-sources Garnet cache-store -- a Redis rival?
19 March 2024, The Stack

provided by Google News

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13 March 2024, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

Azure Cosmos DB Conf 2023 | Microsoft Learn
12 January 2024, learn.microsoft.com

Azure Cosmos DB joins the AI toolchain
23 May 2023, InfoWorld

How to Migrate Azure Cosmos DB Databases | by Arwin Lashawn
25 August 2023, DataDrivenInvestor

provided by Google News

In 2024 the MonetDB Foundation was established for the preservation, maintenance and further development of the ...
31 January 2024, Centrum Wiskunde & Informatica (CWI)

PostgreSQL, MonetDB, and Too-Big-for-Memory Data in R - Part I - DataScienceCentral.com
6 April 2018, Data Science Central

MonetDB Secures Investment From (and Partners With) ServiceNow
9 December 2021, Datanami

How MonetDB Exploits Modern CPU Performance | by Dwi Prasetyo Adi Nugroho
14 January 2020, Towards Data Science

Q&A: The Revival of the Column-Oriented Database
19 August 2022, TDWI

provided by Google News

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

CallidusCloud Acquires Leading Multi-Model Database Technology
19 September 2017, GlobeNewswire

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

K2View updates DataOps platform with data fabric automation
11 May 2021, TechTarget

provided by Google News

SQLite the New Hotness?! 🤔
21 March 2024, hackernoon.com

Fully local retrieval-augmented generation, step by step
10 April 2024, InfoWorld

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

Universal API Access from Postgres and SQLite
27 February 2024, oreilly.com

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

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.

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

AllegroGraph logo

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

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

Present your product here