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 > FoundationDB vs. Google Cloud Firestore vs. GridDB vs. Quasardb vs. VoltDB

System Properties Comparison FoundationDB vs. Google Cloud Firestore vs. GridDB vs. Quasardb vs. VoltDB

Editorial information provided by DB-Engines
NameFoundationDB  Xexclude from comparisonGoogle Cloud Firestore  Xexclude from comparisonGridDB  Xexclude from comparisonQuasardb  Xexclude from comparisonVoltDB  Xexclude from comparison
Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
DescriptionOrdered key-value store. Core features are complimented by layers.Cloud 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.Scalable in-memory time series database optimized for IoT and Big DataDistributed, high-performance timeseries databaseDistributed 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 modelDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Document storeTime Series DBMSTime Series DBMSRelational DBMS
Secondary database modelsKey-value store
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.06
Rank#185  Overall
#31  Document stores
#28  Key-value stores
#85  Relational DBMS
Score7.36
Rank#53  Overall
#9  Document stores
Score2.09
Rank#120  Overall
#10  Time Series DBMS
Score0.21
Rank#322  Overall
#29  Time Series DBMS
Score1.47
Rank#157  Overall
#73  Relational DBMS
Websitegithub.com/­apple/­foundationdbfirebase.google.com/­products/­firestoregriddb.netquasar.aiwww.voltdb.com
Technical documentationapple.github.io/­foundationdbfirebase.google.com/­docs/­firestoredocs.griddb.netdoc.quasar.ai/­masterdocs.voltdb.com
DeveloperFoundationDBGoogleToshiba CorporationquasardbVoltDB Inc.
Initial release20132017201320092010
Current release6.2.28, November 20205.1, August 20223.14.1, January 202411.3, April 2022
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialOpen Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also availablecommercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensesOpen 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 languageC++C++C++Java, C++
Server operating systemsLinux
OS X
Windows
hostedLinuxBSD
Linux
OS X
Windows
Linux
OS X infofor development
Data schemeschema-free infosome layers support schemasschema-freeyesschema-freeyes
Typing infopredefined data types such as float or dateno infosome layers support typingyesyes infonumerical, string, blob, geometry, boolean, timestampyes infointeger and binaryyes
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
Secondary indexesnoyesyesyes infowith tagsyes
SQL infoSupport of SQLsupported in specific SQL layer onlynoSQL92, SQL-like TQL (Toshiba Query Language)SQL-like query languageyes infoonly a subset of SQL 99
APIs and other access methodsAndroid
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
JDBC
ODBC
Proprietary protocol
RESTful HTTP/JSON API
HTTP APIJava API
JDBC
RESTful HTTP/JSON API
Supported programming languages.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
Go
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
C
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresin SQL-layer onlyyes, Firebase Rules & Cloud FunctionsnonoJava
Triggersnoyes, with Cloud Functionsyesnono
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardingSharding infoconsistent hashingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replicationSource-replica replicationSource-replica replication with selectable replication factorMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoUsing Cloud DataflowConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobswith Hadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemLinearizable consistencyImmediate ConsistencyImmediate consistency within container, eventual consistency across containersImmediate Consistency
Foreign keys infoReferential integrityin SQL-layer onlynononono infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyesACID at container levelACIDACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyesyes infoby using LevelDByes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoTransient mode
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.Access rights for users can be defined per databaseCryptographically strong user authentication and audit trailUsers and roles with access to stored procedures
More information provided by the system vendor
FoundationDBGoogle Cloud FirestoreGridDBQuasardbVoltDB
Specific characteristicsGridDB is a highly scalable, in-memory time series database optimized for IoT and...
» more
Competitive advantages1. Optimized for IoT Equipped with Toshiba's proprietary key-container data model...
» more
Typical application scenariosFactory IoT, Automative Industry, Energy, BEMS, Smart Community, Monitoring system.
» more
Key customersDenso International [see use case ] An Electric Power company [see use case ] Ishinomaki...
» more
Market metricsGitHub trending repository
» more
Licensing and pricing modelsOpen Source license (AGPL v3 & Apache v2) Commercial license (subscription)
» 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
FoundationDBGoogle Cloud FirestoreGridDBQuasardbVoltDB
DB-Engines blog posts

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

show all

Recent citations in the news

FoundationDB team's new venture, Antithesis, raises $47M to enhance software testing
13 February 2024, SiliconANGLE News

FoundationDB Raises $17 Million Series A Financing
31 May 2024, Yahoo Movies UK

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

Antithesis raises $47M to launch an automated testing platform for software
13 February 2024, TechCrunch

FoundationDB, a very interesting NoSQL database owned by Apple, is now an open-source project
19 April 2018, GeekWire

provided by Google News

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

Google launches Firebase Genkit, a new open source framework for building AI-powered apps
14 May 2024, Yahoo Canada Finance

Google's Cloud Firestore is now generally available
31 January 2019, ZDNet

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

provided by Google News

General Availability of GridDB® 5.5 Enterprise Edition ~Enhancing the efficiency of IoT system development and ...
16 January 2024, global.toshiba

Toshiba launches cloudy managed IoT database service running its own GridDB
8 April 2021, The Register

General Availability of GridDB 5.3 Enterprise Edition ~ Major Enhancement in IoT and Time Series Data Analysis ...
16 May 2023, global.toshiba

GridDB Use case Large-scale high-speed processing of smart meter data following the deregulation of electrical power ...
1 November 2020, global.toshiba

General Availability of GridDB 5.1 Enterprise Edition ~ Continuous database usage in the event of data center failure ...
19 August 2022, global.toshiba

provided by Google News

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Quasar Partners with PTC to Empower IoT Customers with High-Performance Data Solutions
11 September 2023, Datanami

QUASAR yacht (Bilgin, 46.8m, 2016)
3 July 2023, Boat International

Hubble Unexpectedly Finds Double Quasar in Distant Universe
5 April 2023, Science@NASA

Quasar Selected by National Renewable Energy Laboratory to Help with Energy System De-risking and Optimization
6 June 2023, PR Newswire

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 Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

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.

Present your product here