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 > Firebird vs. Hazelcast vs. Rockset vs. TiDB vs. VoltDB

System Properties Comparison Firebird vs. Hazelcast vs. Rockset vs. TiDB vs. VoltDB

Editorial information provided by DB-Engines
NameFirebird  Xexclude from comparisonHazelcast  Xexclude from comparisonRockset  Xexclude from comparisonTiDB  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionFirebird is an open source RDBMS forked from Borland's InterBaseA widely adopted in-memory data gridA scalable, reliable search and analytics service in the cloud, built on RocksDBTiDB is an open source distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.Distributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelRelational DBMSKey-value storeDocument storeRelational DBMSRelational DBMS
Secondary database modelsDocument store infoJSON support with IMDG 3.12Relational DBMS
Search engine
Document store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score20.82
Rank#30  Overall
#18  Relational DBMS
Score5.97
Rank#57  Overall
#6  Key-value stores
Score0.79
Rank#211  Overall
#35  Document stores
Score4.66
Rank#70  Overall
#38  Relational DBMS
Score1.44
Rank#158  Overall
#73  Relational DBMS
Websitewww.firebirdsql.orghazelcast.comrockset.compingcap.comwww.voltdb.com
Technical documentationwww.firebirdsql.org/­en/­reference-manualshazelcast.org/­imdg/­docsdocs.rockset.comdocs.pingcap.com/­tidb/­stabledocs.voltdb.com
DeveloperFirebird FoundationHazelcastRocksetPingCAP, Inc.VoltDB Inc.
Initial release2000 infoAs fork of Borland's InterBase2008201920162010
Current release5.0.0, January 20245.3.6, November 20238.0.0, March 202411.3, April 2022
License infoCommercial or Open SourceOpen Source infoInitial Developer's Public LicenseOpen Source infoApache Version 2; commercial licenses availablecommercialOpen Source infoApache 2.0Open Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.
Implementation languageC and C++JavaC++Go, RustJava, C++
Server operating systemsAIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
All OS with a Java VMhostedLinuxLinux
OS X infofor development
Data schemeyesschema-freeschema-freeyesyes
Typing infopredefined data types such as float or dateyesyesdynamic typingyesyes
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.yes infothe object must implement a serialization strategyno infoingestion from XML files supportedno
Secondary indexesyesyesall fields are automatically indexedyesyes
SQL infoSupport of SQLyesSQL-like query languageRead-only SQL queries, including JOINsyesyes infoonly a subset of SQL 99
APIs and other access methodsADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
JCache
JPA
Memcached protocol
RESTful HTTP API
HTTP RESTGORM
JDBC
ODBC
Proprietary protocol
SQLAlchemy
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languagesC
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
Go
Java
JavaScript (Node.js)
Python
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresPSQLyes infoEvent Listeners, Executor ServicesnonoJava
Triggersyesyes infoEventsnonono
Partitioning methods infoMethods for storing different data on different nodesnoneShardingAutomatic shardinghorizontal partitioning (by key range)Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationyes infoReplicated MapyesUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoyes infowith TiSpark Connectorno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnonoyes infofull support since version 6.6no infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDone or two-phase-commit; repeatable reads; read commitednoACIDACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayes infoFeatures a multi-generational MVCC architecture, readers do not block writersyesyesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyesyesyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesno
User concepts infoAccess controlUsers with fine-grained authorization conceptRole-based access controlAccess rights for users and organizations can be defined via Rockset consoleFine grained access rights according to SQL-standardUsers and roles with access to stored procedures
More information provided by the system vendor
FirebirdHazelcastRocksetTiDBVoltDB
Specific characteristicsTiDB is an advanced open-source, distributed SQL database for modern application...
» more
Competitive advantages- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» more
Typical application scenariosTiDB is ideal for transactional applications that require extreme scalability and...
» more
Key customersBlock, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» more
Market metrics34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» more
Licensing and pricing modelsTiDB Community : Free open source software (Apache 2.0) TiDB Self-Hosted : Enterprise...
» more

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
FirebirdHazelcastRocksetTiDBVoltDB
Recent citations in the news

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

Market Highlights: Wall Street rises despite hotter than expected US inflation data
13 March 2024, Stockhead

How to Run Multiple Instances of Firebird Server - opensource for you
31 August 2019, Open Source For You

provided by Google News

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Hazelcast 5.4 real time data processing platform boosts AI and consistency
17 April 2024, VentureBeat

Hazelcast Sets New Standards for AI Workloads with Platform 5.4 Enhancements
18 April 2024, Datanami

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

Hazelcast: The 'true' value of streaming real-time data
27 September 2023, ComputerWeekly.com

provided by Google News

Rockset Announces 2024 Index Conference, Industry Event for Engineers Building Search, Analytics, and AI ...
18 April 2024, Datanami

Rockset targets cost control with latest database update
31 January 2024, TechTarget

Honing business data with AI real-time analytics
14 March 2024, SiliconANGLE News

Rockset Releases New Instance Class, Gains Momentum as the Search and Analytics Database Built for the Cloud
31 January 2024, GlobeNewswire

Real-time analytics database provider aims to cut compute costs by 30%
31 January 2024, SDxCentral

provided by Google News

How PingCAP transformed TiDB into a serverless DBaaS using Amazon S3 and Amazon EBS | Amazon Web Services
14 November 2023, AWS Blog

How a new database architecture supports scale and reliability in TiDB
11 March 2024, InfoWorld

PingCAP Launches TiDB 7.5, Enhancing Distributed SQL Database Tech
19 December 2023, Datanami

Google Cloud's C3D Instances Provide Strong Performance Value For PingCAP's TiDB
28 March 2024, Phoronix

TiDB by PingCAP Leads Data Management Revolution at GIDS 2024, Empowering India's Burgeoning Developer ...
25 April 2024, CXOToday.com

provided by Google News

Unveiling Volt Active Data's game-changing approach to limitless app performance
16 October 2023, YourStory

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

VoltDB Upgrades Power, Security of Its In-Memory Database
1 February 2017, eWeek

VoltDB Aims for Fast Big Data Development -- ADTmag
29 January 2015, ADT Magazine

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

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.

RaimaDB logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here