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

DBMS > Apache Cassandra vs. Citus vs. CockroachDB vs. FileMaker vs. Heroic

System Properties Comparison Apache Cassandra vs. Citus vs. CockroachDB vs. FileMaker vs. Heroic

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonCitus  Xexclude from comparisonCockroachDB  Xexclude from comparisonFileMaker  Xexclude from comparisonHeroic  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessScalable hybrid operational and analytics RDBMS for big data use cases based on PostgreSQLCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.FileMaker is a cross-platform RDBMS that includes a GUI frontend.Time Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearch
Primary database modelWide column storeRelational DBMSRelational DBMSRelational DBMSTime Series DBMS
Secondary database modelsVector DBMS infostarting with release V5Document store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score98.94
Rank#11  Overall
#1  Wide column stores
Score2.13
Rank#117  Overall
#56  Relational DBMS
Score4.74
Rank#67  Overall
#36  Relational DBMS
Score45.20
Rank#20  Overall
#14  Relational DBMS
Score0.13
Rank#335  Overall
#29  Time Series DBMS
Websitecassandra.apache.orgwww.citusdata.comwww.cockroachlabs.comwww.claris.com/­filemakergithub.com/­spotify/­heroic
Technical documentationcassandra.apache.org/­doc/­latestdocs.citusdata.comwww.cockroachlabs.com/­docswww.claris.com/­resources/­documentationspotify.github.io/­heroic
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookCockroach LabsClaris infoa subsidiary of AppleSpotify
Initial release20082010201519832014
Current release5.0-rc1, July 20248.1, December 201824.1.0, May 202419.4.1, November 2021
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoAGPL, commercial license also availableOpen Source infoApache 2.0, commercial license availablecommercialOpen Source infoApache 2.0
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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
Implementation languageJavaCGoJava
Server operating systemsBSD
Linux
OS X
Windows
LinuxLinux
macOS
Windows
iOS infoclient part only
Linux
OS X
Windows
Data schemeschema-freeyesdynamic schemayesschema-free
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.noyes infospecific XML type available, but no XML query functionalitynoyes infoA http query request can return the data in XML formatno
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyesyesyesyes infovia Elasticsearch
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)yes infostandard, with numerous extensionsyes, wire compatible with PostgreSQLyes infovia pluginsno
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBCFilemaker WebDirect
JDBC
ODBC
HQL (Heroic Query Language, a JSON-based language)
HTTP API
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
C
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
PHP
Server-side scripts infoStored proceduresnouser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.noyesno
Triggersyesyesnoyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Shardinghorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleSource-replica replication infoother methods possible by using 3rd party extensionsMulti-source replication using RAFTSource-replica replication, warm standby infosince Version 14yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyesyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDACIDnono
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.nononono
User concepts infoAccess controlAccess rights for users can be defined per objectfine grained access rights according to SQL-standardRole-based access controlsimple rights management via user accounts and connection to external directory services
More information provided by the system vendor
Apache CassandraCitusCockroachDBFileMakerHeroic
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Market metricsApache Cassandra is used by 40% of the Fortune 100.
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
News

How to Monitor DataStax-Powered RAG Applications with Fiddler
19 September 2024

How Knowledge Graph RAG Boosts LLM Results
18 September 2024

How to Chunk Text in JavaScript for Your RAG Application
18 September 2024

Precision and Efficiency in Domain-Specific Text2SQL Conversion: Introducing Skypoint AI Platform’s SherloQ
11 September 2024

Now in LangChain: Graph Vector Store, a Simple Way to Add Structured Data to RAG Applications
11 September 2024

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 partiesCassandra 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
Apache CassandraCitusCockroachDBFileMakerHeroic
Recent citations in the news

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

Apache Cassandra introduces version 5.0 of open-source NoSQL database
9 September 2024, Techzine Europe

Migrate Cassandra workloads to Amazon Keyspaces using CQLReplicator
4 September 2024, AWS Blog

Cassandra redesigns indexing, storage management for 5.0 release
10 September 2024, The Register

How Uber ensures Apache Cassandra®’s tolerance for single-zone failure
20 June 2024, Uber

provided by Google News

Microsoft acquires Citus Data, re-affirming its commitment to Open Source and accelerating Azure PostgreSQL performance and scale
24 January 2019, blogs.microsoft.com

Ubicloud wants to build an open source alternative to AWS
5 March 2024, TechCrunch

Microsoft acquires Citus Data, creators of a cloud-friendly version of the PostgreSQL database
24 January 2019, GeekWire

Microsoft acquires another open-source company, Citus Data
24 January 2019, CNBC

Citus Data Announces Citus Cloud Database Support for HIPAA and SOC 2 Type 2 Compliance
13 November 2018, Business Wire

provided by Google News

Cockroach Labs shakes up its licensing to force bigger companies to pay
15 August 2024, TechCrunch

CockroachDB scuttles away from open source Core offering
19 August 2024, The Register

CockroachDB retires self-hosted Core offering, makes Enterprise version free for companies under $10M in annual revenue
15 August 2024, SDTimes.com

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9 April 2024, PR Newswire

Now CockroachDB Ditches Open-Source License
20 August 2024, It's FOSS News

provided by Google News

Efficiency leap: Migration from old FileMaker software to gFM-Business increases company performance
19 September 2024, openPR

Problemista - Features
1 March 2024, Reverse Shot

Tilda Swinton Wasn’t Prepared for ‘Problemista’ Horror Stories from Audiences Who Recognize Her Toxic Art World Character
1 March 2024, IndieWire

Apple subsidiary FileMaker returns to its original name from the ’80s
6 August 2019, The Verge

Claris’s Plans for FileMaker Bode Well for Individual Users
23 August 2022, TidBITS

provided by Google News



Share this page

Featured Products

Milvus logo

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

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

RaimaDB logo

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

Present your product here