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

DBMS > Apache Cassandra vs. Firebird vs. Heroic vs. Oracle Berkeley DB vs. Stardog

System Properties Comparison Apache Cassandra vs. Firebird vs. Heroic vs. Oracle Berkeley DB vs. Stardog

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonFirebird  Xexclude from comparisonHeroic  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessFirebird is an open source RDBMS forked from Borland's InterBaseTime Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchWidely used in-process key-value storeEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelWide column storeRelational DBMSTime Series DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Graph DBMS
RDF store
Secondary database modelsVector DBMS infostarting with release V5
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score98.94
Rank#11  Overall
#1  Wide column stores
Score19.46
Rank#30  Overall
#18  Relational DBMS
Score0.13
Rank#335  Overall
#29  Time Series DBMS
Score1.88
Rank#130  Overall
#23  Key-value stores
#3  Native XML DBMS
Score1.93
Rank#121  Overall
#10  Graph DBMS
#6  RDF stores
Websitecassandra.apache.orgwww.firebirdsql.orggithub.com/­spotify/­heroicwww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlwww.stardog.com
Technical documentationcassandra.apache.org/­doc/­latestwww.firebirdsql.org/­en/­reference-manualsspotify.github.io/­heroicdocs.oracle.com/­cd/­E17076_05/­html/­index.htmldocs.stardog.com
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookFirebird FoundationSpotifyOracle infooriginally developed by Sleepycat, which was acquired by OracleStardog-Union
Initial release20082000 infoAs fork of Borland's InterBase201419942010
Current release5.0-rc1, July 20245.0.1, August 202418.1.40, May 20207.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoInitial Developer's Public LicenseOpen Source infoApache 2.0Open Source infocommercial license availablecommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
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 languageJavaC and C++JavaC, Java, C++ (depending on the Berkeley DB edition)Java
Server operating systemsBSD
Linux
OS X
Windows
AIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Linux
macOS
Windows
Data schemeschema-freeyesschema-freeschema-freeschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateyesyesyesnoyes
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.nonoyes infoonly with the Berkeley DB XML editionno infoImport/export of XML data possible
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyesyes infovia Elasticsearchyesyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)yesnoyes infoSQL interfaced based on SQLite is availableYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
ADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
HQL (Heroic Query Language, a JSON-based language)
HTTP API
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresnoPSQLnonouser defined functions and aggregates, HTTP Server extensions in Java
Triggersyesyesnoyes infoonly for the SQL APIyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"noneShardingnonenone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleSource-replica replicationyesSource-replica replicationMulti-source replication in HA-Cluster
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
Eventual Consistency
Immediate Consistency
Immediate Consistency in HA-Cluster
Foreign keys infoReferential integritynoyesnonoyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoFeatures a multi-generational MVCC architecture, readers do not block writersyesyes
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.nonoyesyes
User concepts infoAccess controlAccess rights for users can be defined per objectUsers with fine-grained authorization conceptnoAccess rights for users and roles
More information provided by the system vendor
Apache CassandraFirebirdHeroicOracle Berkeley DBStardog
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 CassandraFirebirdHeroicOracle Berkeley DBStardog
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

Undergrads research cybersecurity, sport horses through ISU’s FIREbird program
4 September 2024, Illinois State University News

Firebird – Sr. Product Manager, Touring (Remote)
12 July 2024, Music Business Worldwide

12 Top Open Source Databases to Consider
1 May 2024, TechTarget

DoNot Team's New Firebird Backdoor Hits Pakistan and Afghanistan
23 October 2023, The Hacker News

FIREBIRD'S HUBBARD TALKS DATA, AI, TIKTOK
14 December 2023, HITS Daily Double

provided by Google News

What is NoSQL (Not Only SQL database)?
28 February 2022, TechTarget

Margo I. Seltzer
18 August 2020, Berkman Klein Center

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular
5 March 2019, ADT Magazine

How to store financial market data for backtesting
26 January 2019, Towards Data Science

A complete beginners guide to installing a Bitcoin Full Node on Linux (2018 Edition)
3 May 2018, hackernoon.com

provided by Google News



Share this page

Featured Products

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.

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

Present your product here