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 > Couchbase vs. CrateDB vs. Microsoft SQL Server vs. RavenDB vs. TerarkDB

System Properties Comparison Couchbase vs. CrateDB vs. Microsoft SQL Server vs. RavenDB vs. TerarkDB

Editorial information provided by DB-Engines
NameCouchbase infoOriginally called Membase  Xexclude from comparisonCrateDB  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonRavenDB  Xexclude from comparisonTerarkDB  Xexclude from comparison
DescriptionA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseDistributed Database based on LuceneMicrosofts flagship relational DBMSOpen Source Operational and Transactional Enterprise NoSQL Document DatabaseA key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDB
Primary database modelDocument storeDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Relational DBMSDocument storeKey-value store
Secondary database modelsKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
Relational DBMSDocument store
Graph DBMS
Spatial DBMS
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score18.46
Rank#36  Overall
#5  Document stores
Score0.73
Rank#229  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score829.80
Rank#3  Overall
#3  Relational DBMS
Score3.01
Rank#101  Overall
#17  Document stores
Score0.04
Rank#377  Overall
#58  Key-value stores
Websitewww.couchbase.comcratedb.comwww.microsoft.com/­en-us/­sql-serverravendb.netgithub.com/­bytedance/­terarkdb
Technical documentationdocs.couchbase.comcratedb.com/­docslearn.microsoft.com/­en-US/­sql/­sql-serverravendb.net/­docsbytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKc
DeveloperCouchbase, Inc.CrateMicrosoftHibernating RhinosByteDance, originally Terark
Initial release20112013198920102016
Current releaseServer: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 2023SQL Server 2022, November 20225.4, July 2022
License infoCommercial or Open SourceOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Sourcecommercial inforestricted free version is availableOpen Source infoAGPL version 3, commercial license availablecommercial inforestricted open source version available
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageC, C++, Go and ErlangJavaC++C#C++
Server operating systemsLinux
OS X
Windows
All Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinux
Windows
Linux
macOS
Raspberry Pi
Windows
Data schemeschema-freeFlexible Schema (defined schema, partial schema, schema free)yesschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyesnono
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.noyesno
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesyes, but no triggers and constraints, and PostgreSQL compatibilityyesSQL-like query language (RQL)no
APIs and other access methodsCLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
C++ API
Java API
Supported programming languages.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C++
Java
Server-side scripts infoStored proceduresFunctions and timers in JavaScript and UDFs in Java, Python, SQL++user defined functions (Javascript)Transact SQL, .NET languages, R, Python and (with SQL Server 2019) Javayesno
Triggersyes infovia the TAP protocolnoyesyesno
Partitioning methods infoMethods for storing different data on different nodesAutomatic ShardingShardingtables can be distributed across several files (horizontal partitioning); sharding through federationShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication infoincluding cross data center replication
Source-replica replication
Configurable replication on table/partition-levelyes, but depending on the SQL-Server EditionMulti-source replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnonoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.
Foreign keys infoReferential integritynonoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infounique row identifiers can be used for implementing an optimistic concurrency control strategyACIDACID, Cluster-wide transaction availableno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoEphemeral bucketsnoyesyes
User concepts infoAccess controlUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.rights management via user accountsfine grained access rights according to SQL-standardAuthorization levels configured per client per databaseno
More information provided by the system vendor
Couchbase infoOriginally called MembaseCrateDBMicrosoft SQL ServerRavenDBTerarkDB
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee CrateDB pricing >
» 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
Navicat for SQL Server gives you a fully graphical approach to database management and development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more

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

More resources
Couchbase infoOriginally called MembaseCrateDBMicrosoft SQL ServerRavenDBTerarkDB
DB-Engines blog posts

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Microsoft SQL Server is the DBMS of the Year
4 January 2017, Matthias Gelbmann, Paul Andlinger

show all

Recent citations in the news

Couchbase's revenue grows 20% and its stock rises in extended trading
5 March 2024, SiliconANGLE News

Couchbase Enters Oversold Territory (BASE)
19 April 2024, Nasdaq

Insider Sell: Couchbase Inc (BASE) CEO Matthew Cain Disposes of Shares
18 April 2024, Yahoo Finance UK

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29 February 2024, PR Newswire

Couchbase Server and Capella to gain vector support
1 March 2024, InfoWorld

provided by Google News

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, PR Newswire

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, businesswire.com

provided by Google News

SQL Server 2014 end of support: Keep your customers secure
28 March 2024, Microsoft

How to deploy a SQL Server failover cluster with Amazon EBS Multi-Attach on Windows Server | Amazon Web Services
12 January 2024, AWS Blog

Install and Use SQL Server Report Builder
10 April 2024, Petri.com

How to Know When It's Time for a Microsoft SQL Server Upgrade
31 October 2023, BizTech Magazine

Deploying a highly available Microsoft SQL Server database on Oracle Cloud Infrastructure (OCI) using AlwaysON ...
9 October 2023, Oracle

provided by Google News

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13 June 2023, PR Newswire

Install the NoSQL RavenDB Data System
14 May 2021, The New Stack

How I Created a RavenDB Python Client
23 September 2016, Visual Studio Magazine

RavenDB Adds Graph Queries
15 May 2019, Datanami

Review: NoSQL database RavenDB
20 March 2019, TechGenix

provided by Google News

A Chinese company is making the cloud 200x faster · TechNode
3 July 2017, TechNode

provided by Google News



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

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.

Neo4j logo

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

Milvus logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here