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

DBMS > MariaDB vs. Sadas Engine vs. SingleStore vs. SQream DB vs. Trino

System Properties Comparison MariaDB vs. Sadas Engine vs. SingleStore vs. SQream DB vs. Trino

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonSadas Engine  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSQream DB  Xexclude from comparisonTrino  Xexclude from comparison
DescriptionMySQL application compatible open source RDBMS, enhanced with high availability, security, interoperability and performance capabilities. MariaDB ColumnStore provides a column-oriented storage engine and MariaDB Xpand supports distributed SQL.SADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environmentsMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typea GPU-based, columnar RDBMS for big data analytics workloadsFast distributed SQL query engine for big data analytics. Forked from Presto and originally named PrestoSQL
Primary database modelRelational DBMSRelational DBMSRelational DBMSRelational DBMSRelational DBMS
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Spatial DBMS
Time Series DBMS
Vector 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
Score93.21
Rank#13  Overall
#9  Relational DBMS
Score0.00
Rank#383  Overall
#158  Relational DBMS
Score5.60
Rank#62  Overall
#35  Relational DBMS
Score0.70
Rank#227  Overall
#104  Relational DBMS
Score5.00
Rank#66  Overall
#36  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.sadasengine.comwww.singlestore.comsqream.comtrino.io
Technical documentationmariadb.com/­kb/­en/­librarywww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentationdocs.singlestore.comdocs.sqream.comtrino.io/­broadcast
trino.io/­docs/­current
Social network pagesLinkedInTwitterYouTubeGitHub
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
SADAS s.r.l.SingleStore Inc.SQream TechnologiesTrino Software Foundation
Initial release2009 infoFork of MySQL, which was first released in 19952006201320172012 info2020 rebranded from PrestoSQL
Current release11.3.2, February 20248.08.5, January 20242022.1.6, December 2022
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial infofree trial version availablecommercial infofree developer edition availablecommercialOpen 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.
SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilitiesStarburst 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++C++, GoC++, CUDA, Haskell, Java, ScalaJava
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
AIX
Linux
Windows
Linux info64 bit version requiredLinuxLinux
macOS infofor devlopment
Data schemeyes infoDynamic columns are supportedyesyesyesyes
Typing infopredefined data types such as float or dateyesyesyesyes, ANSI Standard SQL Typesyes
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.yesnonono
Secondary indexesyesyesyesnodepending on connected data-source
SQL infoSupport of SQLyes infowith proprietary extensionsyesyes infobut no triggers and foreign keysyesyes
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
JDBC
ODBC
Proprietary protocol
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
.Net
JDBC
ODBC
JDBC
RESTful HTTP API
Trino CLI
Supported programming languagesAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C#
C++
Groovy
Java
PHP
Python
Bash
C
C#
Java
JavaScript (Node.js)
Python
C++
Java
JavaScript (Node.js)
Python
Go
Java
JavaScript (Node.js)
Python
R
Ruby
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3noyesuser defined functions in Pythonyes, depending on connected data-source
Triggersyesnononono
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and Shardinghorizontal partitioningSharding infohash partitioninghorizontal and vertical partitioningdepending on connected data-source
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
noneSource-replica replication infostores two copies of each physical data partition on two separate nodesnonedepending on connected data-source
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono infocan define user-defined aggregate functions for map-reduce-style calculationsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistencydepending on connected data-source
Foreign keys infoReferential integrityyes infonot for MyISAM storage engineyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineACIDACIDdepending on connected data-source
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyes infonot for in-memory storage engineyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yesdepending on connected data-source
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage engineyes infomanaged by 'Learn by Usage'yes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users, groups and roles according to SQL-standardFine grained access control via users, groups and rolesSQL standard access control
More information provided by the system vendor
MariaDBSadas EngineSingleStore infoformer name was MemSQLSQream DBTrino
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
SingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Trino is the fastest open source, massively parallel processing SQL query engine...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
SingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
High performance analtyics and data processing of very large data sets Powerful ANSI...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Driving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Performant analytics query engine for data warehouses, data lakes, and data lakehouses...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
IEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Trino is widely adopted across the globe as freely-available open source software....
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Customers in various industries worldwide including US and International Industry...
» more
33000+ commits in GitHub 8200+ stargazers in GitHub 1200+ pull requests merged in...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
F ree Tier and Enterprise Edition
» more
Trino is an open source project and usage is therefore free. Commercial offerings...
» more
News

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 MariaDB provides a native environment for MariaDB database management and development.
» more

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

More resources
MariaDBSadas EngineSingleStore infoformer name was MemSQLSQream DBTrino
DB-Engines blog posts

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

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Recent citations in the news

RECOMMENDED CASH OFFER for MARIADB plc by MERIDIAN BIDCO LLC which is an Affiliate of K1 INVESTMENT ...
24 April 2024, PR Newswire

Progress outbids private equity in offer for MariaDB plc
28 March 2024, The Register

Progress Software Confirms Bid to Acquire MariaDB
26 March 2024, The Wall Street Journal

Can MariaDB’s enterprise business be saved?
21 February 2024, InfoWorld

Struggling database company MariaDB could be taken private in $37M deal
19 February 2024, TechCrunch

provided by Google News

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

Building a Modern Database: Nikita Shamgunov on Postgres and Beyond
17 April 2024, Madrona Venture Group

SingleStore Announces Real-time Data Platform to Further Accelerate AI, Analytics and Application Development
24 January 2024, businesswire.com

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29 January 2024, Blocks & Files

Leveraging SingleStoreDB Cloud Private Connectivity Using AWS PrivateLink | Amazon Web Services
6 December 2023, AWS Blog

provided by Google News

SQream Announces Strategic Integration for Powerful Big Data Analytics with Dataiku
9 February 2024, insideBIGDATA

SQream Joins Samsung Cloud Platform Ecosystem
26 July 2023, PR Newswire

I SQream, you SQream, we all SQream for … data analytics?
5 October 2023, FierceWireless

SQream Technologies raises $39.4 million for GPU-accelerated databases
24 June 2020, VentureBeat

SQream Announces Free Licenses to Organizations Using Data Analytics to Fight the Coronavirus
9 April 2020, Embedded Computing Design

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

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Milvus logo

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

Present your product here