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 > Bangdb vs. Drizzle vs. RethinkDB vs. Splunk vs. XTDB

System Properties Comparison Bangdb vs. Drizzle vs. RethinkDB vs. Splunk vs. XTDB

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonDrizzle  Xexclude from comparisonRethinkDB  Xexclude from comparisonSplunk  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
Drizzle has published its last release in September 2012. The open-source project is discontinued and Drizzle is excluded from the DB-Engines ranking.
DescriptionConverged and high performance database for device data, events, time series, document and graphMySQL fork with a pluggable micro-kernel and with an emphasis of performance over compatibility.DBMS for the Web with a mechanism to push updated query results to applications in realtime.Analytics Platform for Big DataA general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Relational DBMSDocument storeSearch engineDocument store
Secondary database modelsSpatial DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score2.74
Rank#105  Overall
#19  Document stores
Score86.45
Rank#14  Overall
#2  Search engines
Score0.11
Rank#343  Overall
#46  Document stores
Websitebangdb.comrethinkdb.comwww.splunk.comgithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationdocs.bangdb.comrethinkdb.com/­docsdocs.splunk.com/­Documentation/­Splunkwww.xtdb.com/­docs
DeveloperSachin Sinha, BangDBDrizzle project, originally started by Brian AkerThe Linux Foundation infosince July 2017Splunk Inc.Juxt Ltd.
Initial release20122008200920032019
Current releaseBangDB 2.0, October 20217.2.4, September 20122.4.1, August 20201.19, September 2021
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoGNU GPLOpen Source infoApache Version 2commercial infoLimited free edition and free developer edition availableOpen Source infoMIT License
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.
Implementation languageC, C++C++C++Clojure
Server operating systemsLinuxFreeBSD
Linux
OS X
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
All OS with a Java 8 (and higher) VM
Linux
Data schemeschema-freeyesschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyes infostring, binary, float, bool, date, geometryyesyes, 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.nonoyesno
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesyesyesyes
SQL infoSupport of SQLSQL like support with command line toolyes infowith proprietary extensionsnono infoSplunk Search Processing Language for search commandslimited SQL, making use of Apache Calcite
APIs and other access methodsProprietary protocol
RESTful HTTP API
JDBCHTTP RESTHTTP REST
JDBC
Supported programming languagesC
C#
C++
Java
Python
C
C++
Java
PHP
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
C#
Java
JavaScript
PHP
Python
Ruby
Clojure
Java
Server-side scripts infoStored proceduresnonoyesno
Triggersyes, Notifications (with Streaming only)no infohooks for callbacks inside the server can be used.Client-side triggers through changefeedsyesno
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingSharding inforange basedShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)Multi-source replication
Source-replica replication
Source-replica replicationMulti-source replicationyes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynoyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDAtomic single-document operationsno infoA 'Transaction' in Splunk has a different meaning: grouping related events into a single one for later searchingACID
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyes infoMVCC basedyesyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyesyes, 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.yes, run db with in-memory only modenono
User concepts infoAccess controlyes (enterprise version only)Pluggable authentication mechanisms infoe.g. LDAP, HTTPyes infousers and table-level permissionsAccess rights for users and roles

More information provided by the system vendor

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

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

More resources
BangdbDrizzleRethinkDBSplunkXTDB infoformerly named Crux
DB-Engines blog posts

MySQL won the April ranking; did its forks follow?
1 April 2015, Paul Andlinger

Has MySQL finally lost its mojo?
1 July 2013, Matthias Gelbmann

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

show all

Recent citations in the news

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

How to deploy RethinkDB using Docker
14 February 2018, Packt Hub

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.

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

RaimaDB logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Milvus logo

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

Present your product here