DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Dolt vs. Firebird vs. JaguarDB vs. Snowflake vs. Teradata

System Properties Comparison Dolt vs. Firebird vs. JaguarDB vs. Snowflake vs. Teradata

Editorial information provided by DB-Engines
NameDolt  Xexclude from comparisonFirebird  Xexclude from comparisonJaguarDB  Xexclude from comparisonSnowflake  Xexclude from comparisonTeradata  Xexclude from comparison
DescriptionA MySQL compatible DBMS with Git-like versioning of data and schemaFirebird is an open source RDBMS forked from Borland's InterBasePerformant, highly scalable DBMS for AI and IoT applicationsCloud-based data warehousing service for structured and semi-structured dataA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelRelational DBMSRelational DBMSKey-value store
Vector DBMS
Relational DBMSRelational DBMS
Secondary database modelsDocument storeDocument store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.02
Rank#191  Overall
#89  Relational DBMS
Score20.50
Rank#30  Overall
#18  Relational DBMS
Score0.06
Rank#381  Overall
#59  Key-value stores
#13  Vector DBMS
Score130.36
Rank#8  Overall
#5  Relational DBMS
Score44.87
Rank#22  Overall
#15  Relational DBMS
Websitegithub.com/­dolthub/­dolt
www.dolthub.com
www.firebirdsql.orgwww.jaguardb.comwww.snowflake.comwww.teradata.com
Technical documentationdocs.dolthub.comwww.firebirdsql.org/­en/­reference-manualswww.jaguardb.com/­support.htmldocs.snowflake.net/­manuals/­index.htmldocs.teradata.com
DeveloperDoltHub IncFirebird FoundationDataJaguar, Inc.Snowflake Computing Inc.Teradata
Initial release20182000 infoAs fork of Borland's InterBase201520141984
Current release5.0.0, January 20243.3 July 2023Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoInitial Developer's Public LicenseOpen Source infoGPL V3.0commercialcommercial
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 languageGoC and C++C++ infothe server part. Clients available in other languages
Server operating systemsLinux
macOS
Windows
AIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
Linuxhostedhosted
Linux
Data schemeyesyesyesyes infosupport of semi-structured data formats (JSON, XML, Avro)yes
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.nonoyesyes
Secondary indexesyesyesyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLyesyesA subset of ANSI SQL is implemented infobut no views, foreign keys, triggersyesyes infoSQL 2016 + extensions
APIs and other access methodsCLI Client
HTTP REST
ADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
JDBC
ODBC
CLI Client
JDBC
ODBC
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languagesAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
JavaScript (Node.js)
Python
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-side scripts infoStored proceduresyes infocurrently in alpha releasePSQLnouser defined functionsyes infoUDFs, stored procedures, table functions in parallel
Triggersyesyesnono infosimilar concept for controling cloud resourcesyes
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingyesSharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesA database can be cloned to multiple locations and be used there in isolation. Data/schema changes can be pushed/pulled explicitly between locations.Source-replica replicationMulti-source replicationyesMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyesnoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoFeatures a multi-generational MVCC architecture, readers do not block writersyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlOnly one user is configurable, and must be specified in the config file at startupUsers with fine-grained authorization conceptrights management via user accountsUsers with fine-grained authorization concept, user roles and pluggable authenticationfine grained access rights according to SQL-standard

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
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
DoltFirebirdJaguarDBSnowflakeTeradata
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

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

Dolt- A Version Controlled Database
29 January 2024, iProgrammer

Top Data Version Control Tools for Machine Learning Research in 2023
24 July 2023, MarkTechPost

Dolt, a Relational Database with Git-Like Cloning Features
19 August 2020, The New Stack

Data Versioning at Scale: Chaos and Chaos Management
10 February 2023, InfoQ.com

25 Hot New Data Tools and What They DON'T Do
14 May 2020, Towards Data Science

provided by Google 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

Exploring the Firebird Database
9 August 2023, Open Source For You

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

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

provided by Google News

What Snowflake isn't saying about its customer data breaches
8 June 2024, TechCrunch

The number of known Snowflake customer data breaches is rising
10 June 2024, Help Net Security

The Snowflake Attack May Be Turning Into One of the Largest Data Breaches Ever
6 June 2024, WIRED

Massive Ticketmaster, Santander data breaches linked to Snowflake cloud storage
31 May 2024, The Verge

Advance Auto Parts stolen data for sale after Snowflake attack
5 June 2024, BleepingComputer

provided by Google News

Teradata Stock Analysis: Don't Let the Amazon News Fool You Into Buying Now
10 June 2024, InvestorPlace

Teradata to Present at Upcoming Investor Conference
6 June 2024, businesswire.com

Critical Analysis: Teradata (NYSE:TDC) & NCC Group (OTCMKTS:NCCGF)
9 June 2024, Defense World

Teradata (TDC) Down 2.5% Since Last Earnings Report: Can It Rebound?
5 June 2024, Yahoo Finance

What to Expect From Teradata
7 June 2024, AOL

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