DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Bangdb vs. Firebird vs. Hazelcast vs. SingleStore vs. Sqrrl

System Properties Comparison Bangdb vs. Firebird vs. Hazelcast vs. SingleStore vs. Sqrrl

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonFirebird  Xexclude from comparisonHazelcast  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSqrrl  Xexclude from comparison
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
DescriptionConverged and high performance database for device data, events, time series, document and graphFirebird is an open source RDBMS forked from Borland's InterBaseA widely adopted in-memory data gridMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typeAdaptable, secure NoSQL built on Apache Accumulo
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Relational DBMSKey-value storeRelational DBMSDocument store
Graph DBMS
Key-value store
Wide column store
Secondary database modelsSpatial DBMSDocument store infoJSON support with IMDG 3.12Document store
Spatial DBMS
Time Series DBMS
Vector 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
Score20.82
Rank#30  Overall
#18  Relational DBMS
Score5.97
Rank#57  Overall
#6  Key-value stores
Score5.60
Rank#62  Overall
#35  Relational DBMS
Websitebangdb.comwww.firebirdsql.orghazelcast.comwww.singlestore.comsqrrl.com
Technical documentationdocs.bangdb.comwww.firebirdsql.org/­en/­reference-manualshazelcast.org/­imdg/­docsdocs.singlestore.com
DeveloperSachin Sinha, BangDBFirebird FoundationHazelcastSingleStore Inc.Amazon infooriginally Sqrrl Data, Inc.
Initial release20122000 infoAs fork of Borland's InterBase200820132012
Current releaseBangDB 2.0, October 20215.0.0, January 20245.3.6, November 20238.5, January 2024
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoInitial Developer's Public LicenseOpen Source infoApache Version 2; commercial licenses availablecommercial infofree developer edition availablecommercial
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.
SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
Implementation languageC, C++C and C++JavaC++, GoJava
Server operating systemsLinuxAIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
All OS with a Java VMLinux info64 bit version requiredLinux
Data schemeschema-freeyesschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyesyesyes
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.noyes infothe object must implement a serialization strategyno
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesyesyesyes
SQL infoSupport of SQLSQL like support with command line toolyesSQL-like query languageyes infobut no triggers and foreign keysno
APIs and other access methodsProprietary protocol
RESTful HTTP API
ADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
JCache
JPA
Memcached protocol
RESTful HTTP API
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Accumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
Supported programming languagesC
C#
C++
Java
Python
C
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
Bash
C
C#
Java
JavaScript (Node.js)
Python
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
Server-side scripts infoStored proceduresnoPSQLyes infoEvent Listeners, Executor Servicesyesno
Triggersyes, Notifications (with Streaming only)yesyes infoEventsnono
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmnoneShardingSharding infohash partitioningSharding infomaking use of Hadoop
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)Source-replica replicationyes infoReplicated MapSource-replica replication infostores two copies of each physical data partition on two separate nodesselectable replication factor infomaking use of Hadoop
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesno infocan define user-defined aggregate functions for map-reduce-style calculationsyes
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmImmediate ConsistencyImmediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.
Foreign keys infoReferential integritynoyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDone or two-phase-commit; repeatable reads; read commitedACIDAtomic updates per row, document, or graph entity
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyes infoFeatures a multi-generational MVCC architecture, readers do not block writersyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yes
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 modeyesyes
User concepts infoAccess controlyes (enterprise version only)Users with fine-grained authorization conceptRole-based access controlFine grained access control via users, groups and rolesCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)
More information provided by the system vendor
BangdbFirebirdHazelcastSingleStore infoformer name was MemSQLSqrrl
Specific characteristicsSingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Competitive advantagesSingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
Typical application scenariosDriving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Key customersIEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Market metricsCustomers in various industries worldwide including US and International Industry...
» more
Licensing and pricing modelsF ree Tier and Enterprise Edition
» 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
BangdbFirebirdHazelcastSingleStore infoformer name was MemSQLSqrrl
DB-Engines blog posts

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

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

Lines of the Firebird: Inside The Photography & Poetry Project Exploring The Renaissance of Female Power
6 September 2023, Country and Town House

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 Achieves Record Year with Leading Brands Choosing Its Platform for Application Modernization, AI Initiatives
22 February 2024, Datanami

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

Hazelcast Versus Redis: A Practical Comparison
4 January 2024, Database Trends and Applications

provided by Google News

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

SingleStore Announces Real-time Data Platform to Further Accelerate AI, Analytics and Application Development
24 January 2024, businesswire.com

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29 January 2024, Blocks and Files

Leveraging SingleStoreDB Cloud Private Connectivity Using AWS PrivateLink | Amazon Web Services
6 December 2023, AWS Blog

Announcing watsonx.ai and SingleStore for generative AI applications
15 November 2023, ibm.com

provided by Google News

Splunk details Sqrrl 'screw-ups' that hampered threat hunting
6 May 2024, TechTarget

Amazon acquires cybersecurity startup Sqrrl
8 June 2023, cisomag.com

Millennials possess the advantage of time for wealth creation, says Yashoraj Tyagi of Sqrrl | Mint
18 September 2023, Mint

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23 January 2018, CNBC

AWS beefs up threat detection with Sqrrl acquisition
24 January 2018, TechCrunch

provided by Google News



Share this page

Featured Products

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

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