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 > Cassandra vs. Kdb vs. Microsoft Azure Cosmos DB vs. Stardog vs. Transbase

System Properties Comparison Cassandra vs. Kdb vs. Microsoft Azure Cosmos DB vs. Stardog vs. Transbase

Editorial information provided by DB-Engines
NameCassandra  Xexclude from comparisonKdb  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonStardog  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessHigh performance Time Series DBMSGlobally distributed, horizontally scalable, multi-model database serviceEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualizationA resource-optimized, high-performance, universally applicable RDBMS
Primary database modelWide column storeTime Series DBMS
Vector DBMS
Document store
Graph DBMS
Key-value store
Wide column store
Graph DBMS
RDF store
Relational DBMS
Secondary database modelsVector DBMS infostarting with release V5Relational DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score101.89
Rank#12  Overall
#1  Wide column stores
Score7.55
Rank#53  Overall
#3  Time Series DBMS
#1  Vector DBMS
Score29.04
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Score0.11
Rank#341  Overall
#150  Relational DBMS
Websitecassandra.apache.orgkx.comazure.microsoft.com/­services/­cosmos-dbwww.stardog.comwww.transaction.de/­en/­products/­transbase.html
Technical documentationcassandra.apache.org/­doc/­latestcode.kx.comlearn.microsoft.com/­azure/­cosmos-dbdocs.stardog.comwww.transaction.de/­en/­products/­transbase/­features.html
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookKx Systems, a division of First Derivatives plcMicrosoftStardog-UnionTransaction Software GmbH
Initial release20082000 infokdb was released 2000, kdb+ in 2003201420101987
Current release4.1.3, July 20233.6, May 20187.3.0, May 2020Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoApache version 2commercial infofree 32-bit versioncommercialcommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/studentscommercial infofree development license
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
Implementation languageJavaqJavaC and C++
Server operating systemsBSD
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
hostedLinux
macOS
Windows
FreeBSD
Linux
macOS
Solaris
Windows
Data schemeschema-freeyesschema-freeschema-free and OWL/RDFS-schema supportyes
Typing infopredefined data types such as float or dateyesyesyes infoJSON typesyesyes
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 infoImport/export of XML data possibleno
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyes infotable attribute 'grouped'yes infoAll properties auto-indexed by defaultyes infosupports real-time indexing in full-text and geospatialyes
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)SQL-like query language (q)SQL-like query languageYes, compatible with all major SQL variants through dedicated BI/SQL Serveryes
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
HTTP API
JDBC
Jupyter
Kafka
ODBC
WebSocket
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Go
J
Java
JavaScript
Lua
MatLab
Perl
PHP
Python
R
Scala
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresnouser defined functionsJavaScriptuser defined functions and aggregates, HTTP Server extensions in Javayes
Triggersyesyes infowith viewsJavaScriptyes infovia event handlersyes
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"horizontal partitioningSharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleSource-replica replicationyes infoImplicit feature of the cloud serviceMulti-source replication in HA-ClusterSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesno infosimilar paradigm used for internal processingwith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*nono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Immediate Consistency in HA-ClusterImmediate Consistency
Foreign keys infoReferential integritynoyesnoyes inforelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsnoMulti-item ACID transactions with snapshot isolation within a partitionACIDyes
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.noyesyesno
User concepts infoAccess controlAccess rights for users can be defined per objectrights management via user accountsAccess rights can be defined down to the item levelAccess rights for users and rolesfine grained access rights according to SQL-standard
More information provided by the system vendor
CassandraKdbMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBStardogTransbase
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Integrated columnar database & programming system for streaming, real time and historical...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
provides seamless scalability; runs on industry standard server platforms; is top-ranked...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
tick database streaming sensor data massive intelligence applications oil and gas...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Goldman Sachs Morgan Stanley Merrill Lynch J.P. Morgan Deutsche Bank IEX Securities...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
kdb+ performance and reliability proven by our customers in critical infrastructure...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
upon request
» 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

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more
CData: 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
CassandraKdbMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBStardogTransbase
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

show all

Recent citations in the news

What Is Cassandra? Working, Features, and Uses - Spiceworks Inc
17 August 2023, Spiceworks News and Insights

Cassandra: Highly Scalable Database Out of the Box
27 December 2023, hackernoon.com

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

provided by Google News

Turbocharging the Engine: KX Unleashes AI-First Transformation with kdb+
28 February 2024, Business Wire

KX JOINS SNOWFLAKE PARTNER NETWORK
27 June 2023, PR Newswire

McLaren Applied and KX partner to enhance ATLAS software analytics capabilities
9 August 2023, Professional Motorsport World

Introducing Amazon FinSpace with Managed kdb Insights, a fully managed analytics engine, commonly used by capital ...
18 May 2023, AWS Blog

KX Brings the Power and Performance of Kdb+ to Python Developers With PyKX
8 June 2023, AiThority

provided by Google News

Public preview: Filtered vector search in vCore-based Azure Cosmos DB for MongoDB | Azure updates
24 April 2024, azure.microsoft.com

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

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

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

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

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.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Neo4j logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Present your product here