DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Datomic vs. Microsoft Azure Cosmos DB vs. NSDb vs. RethinkDB vs. SingleStore

System Properties Comparison Datomic vs. Microsoft Azure Cosmos DB vs. NSDb vs. RethinkDB vs. SingleStore

Editorial information provided by DB-Engines
NameDatomic  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonNSDb  Xexclude from comparisonRethinkDB  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparison
DescriptionDatomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityGlobally distributed, horizontally scalable, multi-model database serviceScalable, High-performance Time Series DBMS designed for Real-time Analytics on top of KubernetesDBMS for the Web with a mechanism to push updated query results to applications in realtime.MySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table type
Primary database modelRelational DBMSDocument store
Graph DBMS
Key-value store
Wide column store
Time Series DBMSDocument storeRelational DBMS
Secondary database modelsSpatial DBMSSpatial DBMSDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.59
Rank#150  Overall
#69  Relational DBMS
Score29.04
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score0.00
Rank#383  Overall
#41  Time Series DBMS
Score2.74
Rank#105  Overall
#19  Document stores
Score5.60
Rank#62  Overall
#35  Relational DBMS
Websitewww.datomic.comazure.microsoft.com/­services/­cosmos-dbnsdb.iorethinkdb.comwww.singlestore.com
Technical documentationdocs.datomic.comlearn.microsoft.com/­azure/­cosmos-dbnsdb.io/­Architecturerethinkdb.com/­docsdocs.singlestore.com
DeveloperCognitectMicrosoftThe Linux Foundation infosince July 2017SingleStore Inc.
Initial release20122014201720092013
Current release1.0.6735, June 20232.4.1, August 20208.5, January 2024
License infoCommercial or Open Sourcecommercial infolimited edition freecommercialOpen Source infoApache Version 2.0Open Source infoApache Version 2commercial infofree developer edition available
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.
SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
Implementation languageJava, ClojureJava, ScalaC++C++, Go
Server operating systemsAll OS with a Java VMhostedLinux
macOS
Linux
OS X
Windows
Linux info64 bit version required
Data schemeyesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyes infoJSON typesyes: int, bigint, decimal, stringyes infostring, binary, float, bool, date, geometryyes
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.nononono
Secondary indexesyesyes infoAll properties auto-indexed by defaultall fields are automatically indexedyesyes
SQL infoSupport of SQLnoSQL-like query languageSQL-like query languagenoyes infobut no triggers and foreign keys
APIs and other access methodsRESTful HTTP APIDocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
gRPC
HTTP REST
WebSocket
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Supported programming languagesClojure
Java
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
Java
Scala
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Bash
C
C#
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresyes infoTransaction FunctionsJavaScriptnoyes
TriggersBy using transaction functionsJavaScriptClient-side triggers through changefeedsno
Partitioning methods infoMethods for storing different data on different nodesnone infoBut extensive use of caching in the application peersSharding infoImplicit feature of the cloud serviceShardingSharding inforange basedSharding infohash partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnone infoBut extensive use of caching in the application peersyes infoImplicit feature of the cloud serviceSource-replica replicationSource-replica replication infostores two copies of each physical data partition on two separate nodes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*noyesno infocan define user-defined aggregate functions for map-reduce-style calculations
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Eventual ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDMulti-item ACID transactions with snapshot isolation within a partitionnoAtomic single-document operationsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMVCC basedyes, multi-version concurrency control (MVCC)
Durability infoSupport for making data persistentyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yesUsing Apache Luceneyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes inforecommended only for testing and developmentnoyes
User concepts infoAccess controlnoAccess rights can be defined down to the item levelyes infousers and table-level permissionsFine grained access control via users, groups and roles
More information provided by the system vendor
DatomicMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBNSDbRethinkDBSingleStore infoformer name was MemSQL
Specific characteristicsSingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Competitive advantagesSingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
Typical application scenariosDriving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Key customersIEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Market metricsCustomers in various industries worldwide including US and International Industry...
» more
Licensing and pricing modelsF ree Tier and Enterprise Edition
» more

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

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

More resources
DatomicMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBNSDbRethinkDBSingleStore infoformer name was MemSQL
DB-Engines blog posts

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

show all

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Recent citations in the news

Nubank buys firm behind Clojure programming language
28 July 2020, Finextra

Zoona Case Study
16 December 2017, AWS Blog

Architecting Software for Leverage
13 November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Nubank acquires US company; PayPal studies cryptocurrencies
24 July 2020, Iupana

provided by Google News

Public preview: Change partition key of a container in Azure Cosmos DB (NoSQL API) | Azure updates
27 March 2024, Microsoft

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

Evaluating Performance: CosmosDB vs. Azure SQL
16 January 2024, Хабр

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

provided by Google News

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

Review: RethinkDB rethinks real-time Web apps
23 September 2015, InfoWorld

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.

AllegroGraph logo

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

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

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

Present your product here