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 > ArcadeDB vs. Cassandra vs. CockroachDB vs. DolphinDB vs. GraphDB

System Properties Comparison ArcadeDB vs. Cassandra vs. CockroachDB vs. DolphinDB vs. GraphDB

Editorial information provided by DB-Engines
NameArcadeDB  Xexclude from comparisonCassandra  Xexclude from comparisonCockroachDB  Xexclude from comparisonDolphinDB  Xexclude from comparisonGraphDB infoformer name: OWLIM  Xexclude from comparison
DescriptionFast and scalable multi-model DBMS, originally forked from OrientDB but most of the code has been rewrittenWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessCockroachDB 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.DolphinDB is a high performance Time Series DBMS. It is integrated with an easy-to-use fully featured programming language and a high-volume high-velocity streaming analytics system. It offers operational simplicity, scalability, fault tolerance, and concurrency.Enterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.
Primary database modelDocument store
Graph DBMS
Key-value store
Time Series DBMS infoin next version
Wide column storeRelational DBMSTime Series DBMSGraph DBMS
RDF store
Secondary database modelsVector DBMS infostarting with release V5Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.02
Rank#366  Overall
#50  Document stores
#38  Graph DBMS
#53  Key-value stores
#36  Time Series DBMS
Score101.89
Rank#12  Overall
#1  Wide column stores
Score6.15
Rank#55  Overall
#33  Relational DBMS
Score4.13
Rank#80  Overall
#6  Time Series DBMS
Score3.32
Rank#91  Overall
#6  Graph DBMS
#4  RDF stores
Websitearcadedb.comcassandra.apache.orgwww.cockroachlabs.comwww.dolphindb.comwww.ontotext.com
Technical documentationdocs.arcadedb.comcassandra.apache.org/­doc/­latestwww.cockroachlabs.com/­docsdocs.dolphindb.cn/­en/­help200/­index.htmlgraphdb.ontotext.com/­documentation
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperArcade DataApache Software Foundation infoApache top level project, originally developped by FacebookCockroach LabsDolphinDB, IncOntotext
Initial release20212008201520182000
Current releaseSeptember 20214.1.3, July 202323.1.1, May 2023v2.00.4, January 202210.4, October 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache version 2Open Source infoApache 2.0, commercial license availablecommercial infofree community version availablecommercial infoSome plugins of GraphDB Workbench are open sourced
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 languageJavaJavaGoC++Java
Server operating systemsAll OS with a Java VMBSD
Linux
OS X
Windows
Linux
macOS
Windows
Linux
Windows
All OS with a Java VM
Linux
OS X
Windows
Data schemeschema-freeschema-freedynamic schemayesschema-free and OWL/RDFS-schema support; RDF shapes
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.nonononono
Secondary indexesyesrestricted infoonly equality queries, not always the best performing solutionyesyesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexes
SQL infoSupport of SQLSQL-like query language, no joinsSQL-like SELECT, DML and DDL statements (CQL)yes, wire compatible with PostgreSQLSQL-like query languagestored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBC
APIs and other access methodsJDBC
MongoDB API
OpenCypher
PostgreSQL wire protocol
Redis API
RESTful HTTP/JSON API
TinkerPop Gremlin
Proprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
JDBCJDBC
JSON over HTTP
Kafka
MQTT (Message Queue Telemetry Transport)
ODBC
OPC DA
OPC UA
RabbitMQ
WebSocket
GeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
Supported programming languagesJavaC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
C#
C++
Go
Java
JavaScript
MatLab
Python
R
Rust
.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresnonoyeswell-defined plugin interfaces; JavaScript server-side extensibility
Triggersyesnonono
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"horizontal 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 RAFThorizontal partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-source replication using RAFTyesMulti-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyImmediate ConsistencyImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)
Foreign keys infoReferential integrityyes inforelationship in graphsnoyesnoyes infoConstraint checking
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoAtomicity and isolation are supported for single operationsACIDyesACID
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.nonoyes
User concepts infoAccess controlAccess rights for users can be defined per objectRole-based access controlAdministrators, Users, GroupsDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.
More information provided by the system vendor
ArcadeDBCassandraCockroachDBDolphinDBGraphDB infoformer name: OWLIM
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Ontotext GraphDB is a semantic database engine that allows organizations to build...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
GraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Metadata enrichment and management, linked data publishing, semantic inferencing...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
GraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
GraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
News

Understanding the Graph Center of Excellence
17 May 2024

Migrating From LPG to RDF Graph Model
8 May 2024

Case study: Policy Enforcement Automation With Semantics
2 May 2024

Okay, RAG… We Have a Problem
26 April 2024

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19 April 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 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

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

More resources
ArcadeDBCassandraCockroachDBDolphinDBGraphDB infoformer name: OWLIM
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

Why Apache Cassandra 5.0 Is a Game-Changer for Developers
10 May 2024, The New Stack

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

Here's What to Know About Apache Cassandra 5.0
15 April 2024, hackernoon.com

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

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

provided by Google News

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

DoorDash Uses CockroachDB to Create Config Management Platform for Microservices
14 February 2024, InfoQ.com

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6 November 2023, AWS Blog

CockroachDB tempts legacy databases to crawl into the cloud age
29 January 2024, The Register

How DoorDash Migrated from Aurora Postgres to CockroachDB
5 December 2023, The New Stack

provided by Google News

Ontotext's GraphDB Solution Now Available on the Microsoft Azure Marketplace
17 January 2024, Datanami

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ChatGPT Connector
24 October 2023, Datanami

Ontotext's GraphDB 10 Brings Modern Data Architectures to the Mainstream with Better Resilience and Еаsier Operations
5 July 2022, PR Newswire

Ontotext Platform 3.0 for Enterprise Knowledge Graphs Released
18 December 2019, KDnuggets

It's just semantics: Bulgarian software dev Ontotext squeezes out GraphDB 9.1
15 January 2020, The Register

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

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

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

RaimaDB logo

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

Neo4j logo

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

Present your product here