DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Bangdb vs. Cassandra vs. EJDB vs. Interbase vs. Oracle NoSQL

System Properties Comparison Bangdb vs. Cassandra vs. EJDB vs. Interbase vs. Oracle NoSQL

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonCassandra  Xexclude from comparisonEJDB  Xexclude from comparisonInterbase  Xexclude from comparisonOracle NoSQL  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessEmbeddable document-store database library with JSON representation of queries (in MongoDB style)Light-weight proven RDBMS infooriginally from BorlandA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodes
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Wide column storeDocument storeRelational DBMSDocument store
Key-value store
Relational DBMS
Secondary database modelsSpatial DBMSVector DBMS infostarting with release V5
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score98.83
Rank#12  Overall
#1  Wide column stores
Score0.31
Rank#296  Overall
#44  Document stores
Score4.08
Rank#75  Overall
#41  Relational DBMS
Score3.05
Rank#97  Overall
#17  Document stores
#16  Key-value stores
#50  Relational DBMS
Websitebangdb.comcassandra.apache.orggithub.com/­Softmotions/­ejdbwww.embarcadero.com/­products/­interbasewww.oracle.com/­database/­nosql/­technologies/­nosql
Technical documentationdocs.bangdb.comcassandra.apache.org/­doc/­latestgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.embarcadero.com/­products/­interbasedocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.html
DeveloperSachin Sinha, BangDBApache Software Foundation infoApache top level project, originally developped by FacebookSoftmotionsEmbarcaderoOracle
Initial release20122008201219842011
Current releaseBangDB 2.0, October 20214.1.3, July 2023InterBase 2020, December 201924.1, May 2024
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoApache version 2Open Source infoGPLv2commercialOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)
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 languageC, C++JavaCCJava
Server operating systemsLinuxBSD
Linux
OS X
Windows
server-lessAndroid
iOS
Linux
OS X
Windows
Linux
Solaris SPARC/x86
Data schemeschema-freeschema-freeschema-freeyesSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyes infostring, integer, double, bool, date, object_idyesoptional
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.nonono infoexport as XML data possibleno
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialrestricted infoonly equality queries, not always the best performing solutionnoyesyes
SQL infoSupport of SQLSQL like support with command line toolSQL-like SELECT, DML and DDL statements (CQL)noyesSQL-like DML and DDL statements
APIs and other access methodsProprietary protocol
RESTful HTTP API
Proprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
in-process shared libraryADO.NET
JDBC
ODBC
RESTful HTTP API
Supported programming languagesC
C#
C++
Java
Python
C#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
Actionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C
C++
Delphi
Java
Object Pascal
PHP
Ruby
C
C#
Go
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresnononoyes infoInterbase procedure and trigger languageno
Triggersyes, Notifications (with Streaming only)yesnoyesno
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmSharding infono "single point of failure"nonenoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)selectable replication factor infoRepresentation of geographical distribution of servers is possiblenoneInterbase Change ViewsElectable source-replica replication per shard. Support distributed global deployment with Multi-region table feature
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonowith Hadoop integration
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyEventual Consistency
Immediate Consistency infodepending on configuration
Foreign keys infoReferential integritynonono infotypically not needed, however similar functionality with collection joins possibleyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoAtomicity and isolation are supported for single operationsnoACIDconfigurable infoACID within a storage node (=shard)
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyes infoRead/Write Lockingyes infoMultiversion concurreny controlyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes, run db with in-memory only modenoyesyes infooff heap cache
User concepts infoAccess controlyes (enterprise version only)Access rights for users can be defined per objectnofine grained access rights according to SQL-standardAccess rights for users and roles
More information provided by the system vendor
BangdbCassandraEJDBInterbaseOracle NoSQL
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 metricsCassandra 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

An Introduction to David Jones-Gilardi, Developer Relations
11 June 2024

Introducing Tejas Kumar, Developer Relations Engineer
7 June 2024

Indexing All of Wikipedia on a Laptop
5 June 2024

An Introduction to Phil Nash, Developer Relations
3 June 2024

Focus on Creativity, Not Clusters: DataStax Mission Control in Action!
30 May 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
BangdbCassandraEJDBInterbaseOracle NoSQL
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

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

DataStax Enterprise 4.0 Gives in-Memory Option to Cassandra
31 May 2024, Data Center Knowledge

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

Borland InterBase backdoor detected | ZDNET
11 January 2001, ZDNet

An independent soccer league transforming lives in a slum in Kenya
15 November 2022, FanSided

Johnson Sakaja Donates KSh 200k to Support Cash Strapped Football Teams From Kibera - Tuko.co.ke
21 February 2024, Tuko.co.ke

Malaysian e-commerce firm Lelong.my acquires local digital marketing agency Mataris Agency
29 January 2018, Yahoo Singapore News

The advance of Air Force Esports
25 June 2023, New Zealand Defence Force

provided by Google News

Oracle Beefs Up Its NoSQL Database Offering
31 May 2024, Data Center Knowledge

OpenWorld 2013: Oracle NoSQL Database On the Rise?
13 December 2023, Channel Futures

Blog Theme - Details
21 August 2023, blogs.oracle.com

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, blogs.oracle.com

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

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

Neo4j logo

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

Milvus logo

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

Present your product here