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

DBMS > Firebird vs. MySQL vs. Raima Database Manager vs. RavenDB vs. Trino

System Properties Comparison Firebird vs. MySQL vs. Raima Database Manager vs. RavenDB vs. Trino

Editorial information provided by DB-Engines
NameFirebird  Xexclude from comparisonMySQL  Xexclude from comparisonRaima Database Manager infoformerly named db_Vista  Xexclude from comparisonRavenDB  Xexclude from comparisonTrino  Xexclude from comparison
DescriptionFirebird is an open source RDBMS forked from Borland's InterBaseWidely used open source RDBMSRDBMS with a small footprint, either embedded into an application or used as a database serverOpen Source Operational and Transactional Enterprise NoSQL Document DatabaseFast distributed SQL query engine for big data analytics. Forked from Presto and originally named PrestoSQL
Primary database modelRelational DBMSRelational DBMS infoKey/Value like access via memcached APIRelational DBMS
Time Series DBMS
Document storeRelational DBMS
Secondary database modelsDocument store
Spatial DBMS
Graph DBMS
Spatial DBMS
Time Series DBMS
Document store
Key-value store
Spatial DBMS
Search engine
Time Series DBMS
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score20.82
Rank#30  Overall
#18  Relational DBMS
Score1083.74
Rank#2  Overall
#2  Relational DBMS
Score0.46
Rank#259  Overall
#120  Relational DBMS
#22  Time Series DBMS
Score2.92
Rank#101  Overall
#18  Document stores
Score5.00
Rank#66  Overall
#36  Relational DBMS
Websitewww.firebirdsql.orgwww.mysql.comraima.comravendb.nettrino.io
Technical documentationwww.firebirdsql.org/­en/­reference-manualsdev.mysql.com/­docdocs.raima.comravendb.net/­docstrino.io/­broadcast
trino.io/­docs/­current
Social network pagesLinkedInTwitterYouTubeGitHub
DeveloperFirebird FoundationOracle infosince 2010, originally MySQL AB, then SunRaima Inc.Hibernating RhinosTrino Software Foundation
Initial release2000 infoAs fork of Borland's InterBase1995198420102012 info2020 rebranded from PrestoSQL
Current release5.0.0, January 20248.4.0, April 202415, June 20215.4, July 2022
License infoCommercial or Open SourceOpen Source infoInitial Developer's Public LicenseOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availablecommercialOpen Source infoAGPL version 3, commercial license availableOpen Source infoApache Version 2.0
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.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.Starburst Galaxy offers a feature-rich user interface to connect all your data sources, manage your Trino clusters, and query your data.
Implementation languageC and C++C and C++CC#Java
Server operating systemsAIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
FreeBSD
Linux
OS X
Solaris
Windows
Android
HP-UX
Integrity RTOS
iOS
Linux
OS X
QNX
Solaris
VxWorks
Windows
Linux
macOS
Raspberry Pi
Windows
Linux
macOS infofor devlopment
Data schemeyesyesyesschema-freeyes
Typing infopredefined data types such as float or dateyesyesyesnoyes
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.yesno infoExporting/Importing of XML structures possibleno
Secondary indexesyesyesyesyesdepending on connected data-source
SQL infoSupport of SQLyesyes infowith proprietary extensionsyesSQL-like query language (RQL)yes
APIs and other access methodsADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
ADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
JDBC
ODBC
RESTful HTTP API
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
JDBC
RESTful HTTP API
Trino CLI
Supported programming languagesC
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Objective-C
PL/SQL
.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Go
Java
JavaScript (Node.js)
Python
R
Ruby
Server-side scripts infoStored proceduresPSQLyes infoproprietary syntaxyes infobased on the ANSI/ISO SQL Persistent Stored Modules (PSM) specificationyesyes, depending on connected data-source
Triggersyesyesyesyesno
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioning, sharding with MySQL Cluster or MySQL Fabrichorizontal partitioningShardingdepending on connected data-source
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationMulti-source replication
Source-replica replication
Source-replica replicationMulti-source replicationdepending on connected data-source
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configurationDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.depending on connected data-source
Foreign keys infoReferential integrityyesyes infonot for MyISAM storage engineyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infonot for MyISAM storage engineACIDACID, Cluster-wide transaction availabledepending on connected data-source
Concurrency infoSupport for concurrent manipulation of datayes infoFeatures a multi-generational MVCC architecture, readers do not block writersyes infotable locks or row locks depending on storage engineyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesyesyesyesdepending on connected data-source
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes
User concepts infoAccess controlUsers with fine-grained authorization conceptUsers with fine-grained authorization concept infono user groups or rolesnoAuthorization levels configured per client per databaseSQL standard access control
More information provided by the system vendor
FirebirdMySQLRaima Database Manager infoformerly named db_VistaRavenDBTrino
Specific characteristicsRaima Database Manager (RDM) is an embedded time-series database optimized to run...
» more
Trino is the fastest open source, massively parallel processing SQL query engine...
» more
Competitive advantagesDecreased time-to-market Industry-standard interfaces & tools for making your job...
» more
High performance analtyics and data processing of very large data sets Powerful ANSI...
» more
Typical application scenariosTypical use cases include: Internet of Things (IoT) Embedded In-Memory Database Time-Series...
» more
Performant analytics query engine for data warehouses, data lakes, and data lakehouses...
» more
Key customersInfor, ABB, The Boeing Company, BAE Systems, Dow Jones, Dun & Bradstreet, Fujitsu,...
» more
Trino is widely adopted across the globe as freely-available open source software....
» more
Market metricsOver 30 000 applications developers worldwide have field-tested RDM products More...
» more
33000+ commits in GitHub 8200+ stargazers in GitHub 1200+ pull requests merged in...
» more
Licensing and pricing modelsJust as the technical aspects of Raima Database Manager are flexible, so are the...
» more
Trino is an open source project and usage is therefore free. Commercial offerings...
» more
News

Raima Unveils RaimaDB 16.0: Elevating Database Performance and User Experience
29 February 2024

Raima Announces Release of Raima Database Manager (RDM) v15, a Powerful Embedded Time Series Database
10 June 2021

Raima Announces Release of Raima Database Manager (RDM) v14.2, a Powerful IoT Edge Embedded Database
8 October 2020

Raima Joins BlackBerry QNX Channel Partner Program to Deliver Safety-Critical and Secure Software Solutions
1 October 2020

Raima Expands Their Reseller Network in Asia
19 May 2020

Big names round out the Trino Fest 2024 lineup
8 May 2024

59: Querying Trino with Java and jOOQ
24 April 2024

A sneak peek of Trino Fest 2024
15 April 2024

Time travel in Delta Lake connector
11 April 2024

58: Understanding your users with Trino and Mitzu
4 April 2024

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 partiesNavicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» more

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

More resources
FirebirdMySQLRaima Database Manager infoformerly named db_VistaRavenDBTrino
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

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

Market Highlights: Wall Street rises despite hotter than expected US inflation data
13 March 2024, Stockhead

How to Run Multiple Instances of Firebird Server - opensource for you
31 August 2019, Open Source For You

provided by Google News

How to Sync Data From MySQL to Doris Using SeaTunnel
9 May 2024, hackernoon.com

Rule::array() and whereJsonOverlaps() for MySQL in Laravel 11.7
7 May 2024, Laravel News

Enterprise Manager: How Comcast enhanced monitoring for MySQL InnoDB Clusters
22 April 2024, Oracle

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18 March 2024, AWS Blog

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29 December 2023, InfoQ.com

provided by Google News

Raima re-bundles their Raima Database Manager packages to align with market trends
14 March 2012, Embedded

Edge Computing Enabling the Future | Wind River
2 July 2018, WIND

LabVIEW integrates Raima's Database API
7 August 2013, Embedded

IP Core for ASICs & FPGAs meets CAN FD spec
27 January 2014, Embedded

provided by Google News

RavenDB Launches Version 6.0 Lightning Fast Queries, Data Integrations, Corax Indexing Engine, and Sharding
3 October 2023, PR Newswire

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13 June 2023, PR Newswire

Install the NoSQL RavenDB Data System
14 May 2021, The New Stack

How I Created a RavenDB Python Client
23 September 2016, Visual Studio Magazine

RavenDB Adds Graph Queries
15 May 2019, Datanami

provided by Google News

The Perfect AI Storage: Trino From Facebook And Iceberg From Netflix?
30 April 2024, The Next Platform

Starburst Brings Dataframes Into Trino Platform
7 September 2023, Datanami

Query big data with resilience using Trino in Amazon EMR with Amazon EC2 Spot Instances for less cost | Amazon ...
4 October 2023, AWS Blog

Trino: The Open-source Data Query Engine That Split from Facebook
30 March 2022, hackernoon.com

A look at Presto, Trino SQL query engines
9 August 2022, TechTarget

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

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