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

DBMS > Apache Cassandra vs. Google Cloud Datastore vs. Kdb vs. PostgreSQL vs. XTDB

System Properties Comparison Apache Cassandra vs. Google Cloud Datastore vs. Kdb vs. PostgreSQL vs. XTDB

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonKdb  Xexclude from comparisonPostgreSQL  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformHigh performance Time Series DBMSWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLA general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelWide column storeDocument storeTime Series DBMS
Vector DBMS
Relational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Document store
Secondary database modelsVector DBMS infostarting with release V5Relational DBMSDocument store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score108.05
Rank#11  Overall
#1  Wide column stores
Score3.62
Rank#71  Overall
#12  Document stores
Score6.58
Rank#54  Overall
#3  Time Series DBMS
#4  Vector DBMS
Score674.32
Rank#4  Overall
#4  Relational DBMS
Score0.20
Rank#314  Overall
#46  Document stores
Websitecassandra.apache.orgcloud.google.com/­datastorekx.comwww.postgresql.orggithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationcassandra.apache.org/­doc/­latestcloud.google.com/­datastore/­docscode.kx.comwww.postgresql.org/­docswww.xtdb.com/­docs
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookGoogleKx Systems, a division of First Derivatives plcPostgreSQL Global Development Group infowww.postgresql.org/­developerJuxt Ltd.
Initial release200820082000 infokdb was released 2000, kdb+ in 20031989 info1989: Postgres, 1996: PostgreSQL2019
Current release5.0-rc1, July 20243.6, May 201816.4, August 20241.19, September 2021
License infoCommercial or Open SourceOpen Source infoApache version 2commercialcommercial infofree 32-bit versionOpen Source infoBSDOpen Source infoMIT License
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.
PostgreSQL Flex @ STACKIT offers managed PostgreSQL Instances with adjustable CPU, RAM, storage amount and speed and several extensions available, in enterprise grade to perfectly match all application requirements. All 100% GDPR-compliant.
Implementation languageJavaqCClojure
Server operating systemsBSD
Linux
OS X
Windows
hostedLinux
OS X
Solaris
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
All OS with a Java 8 (and higher) VM
Linux
Data schemeschema-freeschema-freeyesyesschema-free
Typing infopredefined data types such as float or dateyesyes, details hereyesyesyes, extensible-data-notation format
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.nonoyesyes infospecific XML-type available, but no XML query functionality.no
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyesyes infotable attribute 'grouped'yesyes
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)SQL-like query language (GQL)SQL-like query language (q)yes infostandard with numerous extensionslimited SQL, making use of Apache Calcite
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
HTTP API
JDBC
Jupyter
Kafka
ODBC
WebSocket
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
HTTP REST
JDBC
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Go
J
Java
JavaScript
Lua
MatLab
Perl
PHP
Python
R
Scala
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Clojure
Java
Server-side scripts infoStored proceduresnousing Google App Engineuser defined functionsuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.no
TriggersyesCallbacks using the Google Apps Engineyes infowith viewsyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Shardinghorizontal partitioningpartitioning by range, list and (since PostgreSQL 11) by hashnone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-source replication using PaxosSource-replica replicationSource-replica replication infoother methods possible by using 3rd party extensionsyes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyes infousing Google Cloud Dataflowno infosimilar paradigm used for internal processingnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyes infovia ReferenceProperties or Ancestor pathsyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes, flexibel persistency by using storage technologies like Apache Kafka, RocksDB or LMDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesno
User concepts infoAccess controlAccess rights for users can be defined per objectAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)rights management via user accountsfine grained access rights according to SQL-standard
More information provided by the system vendor
Apache CassandraGoogle Cloud DatastoreKdbPostgreSQLXTDB infoformerly named Crux
News

Introducing the Graph RAG Project and GraphRetriever: Layering Connected Knowledge onto Your RAG Stack
13 May 2025

How Frontkom Built a Supercharged Shopping Assistant for Norway’s Largest Door and Window Center
10 May 2025

The Managed Apache Cassandra® Buyer's Guide
9 May 2025

Langflow 1.4: Organize Workflows. Connect with MCP.
7 May 2025

Leverage the Power of Hybrid Search in Langflow
2 May 2025

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 parties
» more

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

More resources
Apache CassandraGoogle Cloud DatastoreKdbPostgreSQLXTDB infoformerly named Crux
DB-Engines blog posts

DB-Engines shares Q1 2025 database industry rankings and top climbers: Snowflake and PostgreSQL trending
1 May 2025, DB-Engines

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

show all

Recent citations in the news

Best practices for running Apache Cassandra with Amazon EBS
8 November 2024, Amazon Web Services

IBM plans to buy open source Cassandra wrangler DataStax
25 February 2025, theregister.com

Apache Cassandra survey highlights growing adoption for AI workloads
11 November 2024, Blocks and Files

New Apache Cassandra 5.0 gives open source NoSQL database a scalability and performance boost
6 September 2024, VentureBeat

Apache Cassandra Vulnerability Allows Attackers to Gain Access Data Centers
4 February 2025, GBHackers News

provided by Google News

Best cloud storage of 2025: tested, reviewed and rated by experts
9 May 2025, TechRadar

Storage news ticker – April 11
11 April 2025, Blocks and Files

Best Cloud Storage Options for All Your Data in 2025
16 April 2025, CNET

Google Cloud vs AWS: Which Cloud Computing Platform is Better?
5 April 2025, Cloudwards.net

Enabling Security for Hadoop Data Lake on Google Cloud Storage
30 July 2024, Uber

provided by Google News

KX Supercharges Python Workloads with kdb+ Speed and AI/ML Library Integration
12 November 2024, Business Wire

Introducing Amazon FinSpace with Managed kdb Insights, a fully managed analytics engine, commonly used by capital markets customers for analysis of real-time and historical time series data
18 May 2023, Amazon Web Services

KX BRINGS THE POWER AND PERFORMANCE OF KDB+ TO PYTHON DEVELOPERS WITH PYKX
7 June 2023, PR Newswire

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

KX Community Grows with Thousands of Members; Empowers Developers to Solve High-Frequency, Large-Volume Data Challenges for AI and Analytics Applications
17 October 2024, Business Wire

provided by Google News

The $1 Billion database bet: What Databricks’ Neon acquisition means for your AI strategy
15 May 2025, VentureBeat

Understanding transaction visibility in PostgreSQL clusters with read replicas | Amazon Web Services
2 May 2025, Amazon Web Services

Databricks adds Postgres database with $1B Neon acquisition
14 May 2025, TechTarget

Databricks Acquires Neon for $1 Billion, Boosting AI Infrastructure with Serverless PostgreSQL
14 May 2025, WebProNews

Over 1,500 PostgreSQL Servers Compromised in Fileless Cryptocurrency Mining Campaign
1 April 2025, The Hacker News

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

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.

RaimaDB logo

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

Present your product here