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. GreptimeDB vs. GridDB vs. Snowflake vs. Tarantool

System Properties Comparison Firebird vs. GreptimeDB vs. GridDB vs. Snowflake vs. Tarantool

Editorial information provided by DB-Engines
NameFirebird  Xexclude from comparisonGreptimeDB  Xexclude from comparisonGridDB  Xexclude from comparisonSnowflake  Xexclude from comparisonTarantool  Xexclude from comparison
DescriptionFirebird is an open source RDBMS forked from Borland's InterBaseAn open source Time Series DBMS built for increased scalability, high performance and efficiencyScalable in-memory time series database optimized for IoT and Big DataCloud-based data warehousing service for structured and semi-structured dataIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primary database modelRelational DBMSTime Series DBMSTime Series DBMSRelational DBMSDocument store
Key-value store
Relational DBMS
Secondary database modelsKey-value store
Relational DBMS
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score20.50
Rank#30  Overall
#18  Relational DBMS
Score0.12
Rank#351  Overall
#34  Time Series DBMS
Score2.09
Rank#120  Overall
#10  Time Series DBMS
Score130.36
Rank#8  Overall
#5  Relational DBMS
Score1.67
Rank#143  Overall
#25  Document stores
#25  Key-value stores
#65  Relational DBMS
Websitewww.firebirdsql.orggreptime.comgriddb.netwww.snowflake.comwww.tarantool.io
Technical documentationwww.firebirdsql.org/­en/­reference-manualsdocs.greptime.comdocs.griddb.netdocs.snowflake.net/­manuals/­index.htmlwww.tarantool.io/­en/­doc
DeveloperFirebird FoundationGreptime Inc.Toshiba CorporationSnowflake Computing Inc.VK
Initial release2000 infoAs fork of Borland's InterBase2022201320142008
Current release5.0.0, January 20245.1, August 20222.10.0, May 2022
License infoCommercial or Open SourceOpen Source infoInitial Developer's Public LicenseOpen Source infoApache Version 2.0Open Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also availablecommercialOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC and C++RustC++C and C++
Server operating systemsAIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
Android
Docker
FreeBSD
Linux
macOS
Windows
LinuxhostedBSD
Linux
macOS
Data schemeyesschema-free, schema definition possibleyesyes infosupport of semi-structured data formats (JSON, XML, Avro)Flexible data schema: relational definition for tables with ability to store json-like documents in columns
Typing infopredefined data types such as float or dateyesyesyes infonumerical, string, blob, geometry, boolean, timestampyesstring, double, decimal, uuid, integer, blob, boolean, datetime
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 indexesyesyesyesyes
SQL infoSupport of SQLyesyesSQL92, SQL-like TQL (Toshiba Query Language)yesFull-featured ANSI SQL support
APIs and other access methodsADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
gRPC
HTTP API
JDBC
JDBC
ODBC
Proprietary protocol
RESTful HTTP/JSON API
CLI Client
JDBC
ODBC
Open binary protocol
Supported programming languagesC
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
C++
Erlang
Go
Java
JavaScript
C
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
JavaScript (Node.js)
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-side scripts infoStored proceduresPSQLPythonnouser defined functionsLua, C and SQL stored procedures
Triggersyesyesno infosimilar concept for controling cloud resourcesyes, before/after data modification events, on replication events, client session events
Partitioning methods infoMethods for storing different data on different nodesnoneShardingShardingyesSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationSource-replica replicationyesAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate consistency within container, eventual consistency across containersImmediate ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Foreign keys infoReferential integrityyesnoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID at container levelACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoSupport for concurrent manipulation of datayes infoFeatures a multi-generational MVCC architecture, readers do not block writersyesyesyesyes, cooperative multitasking
Durability infoSupport for making data persistentyesyesyesyesyes, write ahead logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyes, full featured in-memory storage engine with persistence
User concepts infoAccess controlUsers with fine-grained authorization conceptSimple rights management via user accountsAccess rights for users can be defined per databaseUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
More information provided by the system vendor
FirebirdGreptimeDBGridDBSnowflakeTarantool
Specific characteristicsGreptimeDB is a SQL & Python-enabled timeseries database system built from scratch...
» more
GridDB is a highly scalable, in-memory time series database optimized for IoT and...
» more
Competitive advantages- Inherits advantages of Rust, such as excellent performance, memory safe, resource...
» more
1. Optimized for IoT Equipped with Toshiba's proprietary key-container data model...
» more
Typical application scenariosFor IoT industries, GreptimeDB can seamless integrate with message queues and other...
» more
Factory IoT, Automative Industry, Energy, BEMS, Smart Community, Monitoring system.
» more
Key customersGreptime's clients span multiple sectors including IoT, connected vehicles, and energy...
» more
Denso International [see use case ] An Electric Power company [see use case ] Ishinomaki...
» more
Market metricsGreptimeDB has garnered global recognition by topping GitHub trends following its...
» more
GitHub trending repository
» more
Licensing and pricing modelsGreptimeDB: open source, distributed, cloud-native TSDB; supports Hybrid Time-series...
» more
Open 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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
FirebirdGreptimeDBGridDBSnowflakeTarantool
DB-Engines blog posts

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

show all

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

Recent citations in the news

DoNot Team's New Firebird Backdoor Hits Pakistan and Afghanistan
23 October 2023, The Hacker News

12 Top Open Source Databases to Consider
1 May 2024, TechTarget

US and Australian police arrested Firebird RAT author and operator
15 April 2024, Security Affairs

Albany Firebirds single-game tickets on sale Friday
29 February 2024, Troy Record

Top Databases for Artificial Intelligence, IoT, Deep Learning, Machine Learning, Data Science, and Other Software Applications
23 July 2023, MarkTechPost

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

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

IoT: Opt for the Right Open Source Database
11 August 2023, Open Source For You

provided by Google News

Snowflake compromised? Attackers exploit stolen credentials
31 May 2024, Help Net Security

Snowflake: 'No Evidence' Linking Product To Ticketmaster Breach, But Signs Former Employee Account Accessed
1 June 2024, CRN

Snowflake Massive Breach: Ticketmaster User Data Among Those Stolen by Hackers
1 June 2024, Tech Times

Threat actor compromising Snowflake database customers
31 May 2024, TechTarget

Cloud company Snowflake denies that reported breach originated with its products
31 May 2024, The Record from Recorded Future News

provided by Google News

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

Тarantool Cartridge: Sharding Lua Backend in Three Lines
9 October 2019, Хабр

VShard — horizontal scaling in Tarantool
7 March 2019, Хабр

Accelerating PHP connectors for Tarantool using Async, Swoole, and Parallel
18 December 2019, Хабр

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

Milvus logo

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

Present your product here