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

DBMS > Faircom DB vs. RocksDB vs. Splice Machine vs. TiDB vs. Trino

System Properties Comparison Faircom DB vs. RocksDB vs. Splice Machine vs. TiDB vs. Trino

Editorial information provided by DB-Engines
NameFaircom DB infoformerly c-treeACE  Xexclude from comparisonRocksDB  Xexclude from comparisonSplice Machine  Xexclude from comparisonTiDB  Xexclude from comparisonTrino  Xexclude from comparison
DescriptionNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Embeddable persistent key-value store optimized for fast storage (flash and RAM)Open-Source SQL RDBMS for Operational and Analytical use cases with native Machine Learning, powered by Hadoop and SparkTiDB is an open source distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.Fast distributed SQL query engine for big data analytics. Forked from Presto and originally named PrestoSQL
Primary database modelKey-value store
Relational DBMS
Key-value storeRelational DBMSRelational DBMSRelational DBMS
Secondary database modelsDocument storeDocument 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
Score0.20
Rank#318  Overall
#48  Key-value stores
#141  Relational DBMS
Score3.65
Rank#85  Overall
#11  Key-value stores
Score0.54
Rank#250  Overall
#114  Relational DBMS
Score4.66
Rank#70  Overall
#38  Relational DBMS
Score5.00
Rank#66  Overall
#36  Relational DBMS
Websitewww.faircom.com/­products/­faircom-dbrocksdb.orgsplicemachine.compingcap.comtrino.io
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlgithub.com/­facebook/­rocksdb/­wikisplicemachine.com/­how-it-worksdocs.pingcap.com/­tidb/­stabletrino.io/­broadcast
trino.io/­docs/­current
Social network pagesLinkedInTwitterYouTubeGitHub
DeveloperFairCom CorporationFacebook, Inc.Splice MachinePingCAP, Inc.Trino Software Foundation
Initial release19792013201420162012 info2020 rebranded from PrestoSQL
Current releaseV12, November 20208.11.4, April 20243.1, March 20218.0.0, March 2024
License infoCommercial or Open Sourcecommercial infoRestricted, free version availableOpen Source infoBSDOpen Source infoAGPL 3.0, commercial license availableOpen Source infoApache 2.0Open 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.
TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.Starburst Galaxy offers a feature-rich user interface to connect all your data sources, manage your Trino clusters, and query your data.
Implementation languageANSI C, C++C++JavaGo, RustJava
Server operating systemsAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
LinuxLinux
OS X
Solaris
Windows
LinuxLinux
macOS infofor devlopment
Data schemeschema free, schema optional, schema required, partial schema,schema-freeyesyesyes
Typing infopredefined data types such as float or dateyes, ANSI SQL Types, JSON, typed binary structuresnoyesyesyes
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.nononono
Secondary indexesyesnoyesyesdepending on connected data-source
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsnoyesyesyes
APIs and other access methodsADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
C++ API
Java API
JDBC
Native Spark Datasource
ODBC
GORM
JDBC
ODBC
Proprietary protocol
SQLAlchemy
JDBC
RESTful HTTP API
Trino CLI
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
C++
Go
Java
Perl
Python
Ruby
C#
C++
Java
JavaScript (Node.js)
Python
R
Scala
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Go
Java
JavaScript (Node.js)
Python
R
Ruby
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++noyes infoJavanoyes, depending on connected data-source
Triggersyesyesnono
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioninghorizontal partitioningShared Nothhing Auto-Sharding, Columnar Partitioninghorizontal partitioning (by key range)depending on connected data-source
Replication methods infoMethods for redundantly storing data on multiple nodesyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).yesMulti-source replication
Source-replica replication
Using Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.depending on connected data-source
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoYes, via Full Spark Integrationyes infowith TiSpark Connectorno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate Consistencydepending on connected data-source
Foreign keys infoReferential integrityyesnoyesyes infofull support since version 6.6no
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentyesACIDACIDdepending on connected data-source
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentYes, tunable from durable to delayed durability to in-memoryyesyesyesdepending on connected data-source
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesno
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesnoAccess rights for users, groups and roles according to SQL-standardFine grained access rights according to SQL-standardSQL standard access control
More information provided by the system vendor
Faircom DB infoformerly c-treeACERocksDBSplice MachineTiDBTrino
Specific characteristicsTiDB is an advanced open-source, distributed SQL database for modern application...
» more
Trino is the fastest open source, massively parallel processing SQL query engine...
» more
Competitive advantages- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» more
High performance analtyics and data processing of very large data sets Powerful ANSI...
» more
Typical application scenariosTiDB is ideal for transactional applications that require extreme scalability and...
» more
Performant analytics query engine for data warehouses, data lakes, and data lakehouses...
» more
Key customersBlock, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» more
Trino is widely adopted across the globe as freely-available open source software....
» more
Market metrics34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» more
33000+ commits in GitHub 8200+ stargazers in GitHub 1200+ pull requests merged in...
» more
Licensing and pricing modelsTiDB Community : Free open source software (Apache 2.0) TiDB Self-Hosted : Enterprise...
» more
Trino is an open source project and usage is therefore free. Commercial offerings...
» more
News

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

57: Seeing clearly with OpenTelemetry
14 March 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 partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more

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

More resources
Faircom DB infoformerly c-treeACERocksDBSplice MachineTiDBTrino
Recent citations in the news

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

provided by Google News

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Pliops Unveils Accelerated Key-Value Store That Boosts RocksDB Performance by 20x at OCP Global Summit
18 October 2022, GlobeNewswire

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29 March 2024, Phoronix

Intel Linux Optimizations Help AMD EPYC "Genoa" Improve Scaling To 384 Threads
6 April 2023, Phoronix

provided by Google News

Machine learning data pipeline outfit Splice Machine files for insolvency
26 August 2021, The Register

Splice Machine Launches the Splice Machine Feature Store to Simplify Feature Engineering and Democratize Machine ...
19 January 2021, PR Newswire

Splice Machine Launches Feature Store to Simplify Feature Engineering
19 January 2021, Datanami

Distributed SQL System Review: Snowflake vs Splice Machine
18 September 2019, Towards Data Science

Splice Machine takes on big boys of big data with Hadoop RDBMS
21 January 2015, RCR Wireless News

provided by Google News

How PingCAP transformed TiDB into a serverless DBaaS using Amazon S3 and Amazon EBS | Amazon Web Services
14 November 2023, AWS Blog

How a new database architecture supports scale and reliability in TiDB
11 March 2024, InfoWorld

PingCAP Launches TiDB 7.5, Enhancing Distributed SQL Database Tech
19 December 2023, Datanami

Google Cloud's C3D Instances Provide Strong Performance Value For PingCAP's TiDB
28 March 2024, Phoronix

Announcing TiDB 7.4: The Best Database Alternative for MySQL 8.0
1 November 2023, PR Newswire

provided by Google News

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

Speed Trino Queries with These Performance-Tuning Tips
11 July 2023, The New Stack

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

provided by Google News



Share this page

Featured Products

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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

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

RaimaDB logo

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

Present your product here