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 > BigObject vs. Google Cloud Firestore vs. HyperSQL vs. NuoDB vs. VoltDB

System Properties Comparison BigObject vs. Google Cloud Firestore vs. HyperSQL vs. NuoDB vs. VoltDB

Editorial information provided by DB-Engines
NameBigObject  Xexclude from comparisonGoogle Cloud Firestore  Xexclude from comparisonHyperSQL infoalso known as HSQLDB  Xexclude from comparisonNuoDB  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionAnalytic DBMS for real-time computations and queriesCloud Firestore is an auto-scaling document database for storing, syncing, and querying data for mobile and web apps. It offers seamless integration with other Firebase and Google Cloud Platform products.Multithreaded, transactional RDBMS written in Java infoalso known as HSQLDBNuoDB is a webscale distributed database that supports SQL and ACID transactionsDistributed 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 DBMS infoa hierachical model (tree) can be imposedDocument storeRelational DBMSRelational DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.19
Rank#329  Overall
#146  Relational DBMS
Score7.36
Rank#53  Overall
#9  Document stores
Score3.23
Rank#93  Overall
#48  Relational DBMS
Score0.94
Rank#197  Overall
#92  Relational DBMS
Score1.47
Rank#157  Overall
#73  Relational DBMS
Websitebigobject.iofirebase.google.com/­products/­firestorehsqldb.orgwww.3ds.com/­nuodb-distributed-sql-databasewww.voltdb.com
Technical documentationdocs.bigobject.iofirebase.google.com/­docs/­firestorehsqldb.org/­web/­hsqlDocsFrame.htmldoc.nuodb.comdocs.voltdb.com
DeveloperBigObject, Inc.GoogleDassault Systèmes infooriginally NuoDB, Inc.VoltDB Inc.
Initial release20152017200120132010
Current release2.7.2, June 202311.3, April 2022
License infoCommercial or Open Sourcecommercial infofree community edition availablecommercialOpen Source infobased on BSD licensecommercial infolimited edition freeOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC++Java, C++
Server operating systemsLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
hostedAll OS with a Java VM infoEmbedded (into Java applications) and Client-Server operating modeshosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
Linux
OS X infofor development
Data schemeyesschema-freeyesyesyes
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.nononono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLSQL-like DML and DDL statementsnoyesyesyes infoonly a subset of SQL 99
APIs and other access methodsfluentd
ODBC
RESTful HTTP API
Android
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
HTTP API infoJDBC via HTTP
JDBC
ODBC
ADO.NET
JDBC
ODBC
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languagesGo
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
All languages supporting JDBC/ODBC
Java
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresLuayes, Firebase Rules & Cloud FunctionsJava, SQLJava, SQLJava
Triggersnoyes, with Cloud Functionsyesyesno
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnonedata is dynamically stored/cached on the nodes where it is read/writtenSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replicationnoneyes infoManaged transparently by NuoDBMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoUsing Cloud Dataflownonono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoautomatically between fact table and dimension tablesnoyesyesno infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoyesACIDACID infotunable commit protocolACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayes infoRead/write lock on objects (tables, trees)yesyesyes infoMVCCyes 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.yesyesyes infoTemporary table
User concepts infoAccess controlnoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.fine grained access rights according to SQL-standardStandard SQL roles/ privileges, Administrative UsersUsers and roles with access to stored procedures

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
BigObjectGoogle Cloud FirestoreHyperSQL infoalso known as HSQLDBNuoDBVoltDB
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

show all

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

show all

Recent citations in the news

Realtime vs Cloud Firestore: Which Firebase Database to go?
8 March 2024, Appinventiv

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google launches Cloud Firestore, a new document database for app developers
3 October 2017, TechCrunch

Google's Cloud-Native NoSQL Database Cloud Firestore Is Now Generally Available
8 February 2019, InfoQ.com

Firestore and Python | NoSQL on Google Cloud
7 August 2020, Towards Data Science

provided by Google News

HyperSQL DataBase flaw leaves library vulnerable to RCE
24 October 2022, The Daily Swig

Introduction to JDBC with HSQLDB tutorial
14 November 2022, TheServerSide.com

provided by Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

NuoDB has Microsoft SQL Server in its sights
8 May 2013, ZDNet

NuoDB empowers distributed database users to optimize cloud and container resources with new graphical dashboard
10 April 2018, Daily Host News

NuoDB bags $14.2M for distributed database technology
26 February 2014, VatorNews

provided by Google News

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

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

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

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

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

provided by Google News



Share this page

Featured Products

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.

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