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 > Apache Druid vs. Manticore Search vs. Tarantool vs. TerminusDB vs. Trino

System Properties Comparison Apache Druid vs. Manticore Search vs. Tarantool vs. TerminusDB vs. Trino

Editorial information provided by DB-Engines
NameApache Druid  Xexclude from comparisonManticore Search  Xexclude from comparisonTarantool  Xexclude from comparisonTerminusDB infoformer name was DataChemist  Xexclude from comparisonTrino  Xexclude from comparison
DescriptionOpen-source analytics data store designed for sub-second OLAP queries on high dimensionality and high cardinality dataMulti-storage database for search, including full-text search.In-memory computing platform with a flexible data schema for efficiently building high-performance applicationsScalable Graph Database platform making enterprise data available by exploiting inferred entities and relationshipsFast distributed SQL query engine for big data analytics. Forked from Presto and originally named PrestoSQL
Primary database modelRelational DBMS
Time Series DBMS
Search engineDocument store
Key-value store
Relational DBMS
Graph DBMSRelational DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibrarySpatial DBMS infowith Tarantool/GIS extensionDocument store
RDF store
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
Score3.34
Rank#88  Overall
#48  Relational DBMS
#7  Time Series DBMS
Score0.22
Rank#312  Overall
#21  Search engines
Score1.72
Rank#144  Overall
#25  Document stores
#25  Key-value stores
#66  Relational DBMS
Score0.17
Rank#325  Overall
#29  Graph DBMS
Score5.00
Rank#66  Overall
#36  Relational DBMS
Websitedruid.apache.orgmanticoresearch.comwww.tarantool.ioterminusdb.comtrino.io
Technical documentationdruid.apache.org/­docs/­latest/­designmanual.manticoresearch.comwww.tarantool.io/­en/­docterminusdb.github.io/­terminusdb/­#trino.io/­broadcast
trino.io/­docs/­current
Social network pagesLinkedInTwitterYouTubeGitHub
DeveloperApache Software Foundation and contributorsManticore SoftwareVKDataChemist Ltd.Trino Software Foundation
Initial release20122017200820182012 info2020 rebranded from PrestoSQL
Current release29.0.1, April 20246.0, February 20232.10.0, May 202211.0.0, January 2023
License infoCommercial or Open SourceOpen Source infoApache license v2Open Source infoGPL version 2Open Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoGPL V3Open 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.
Starburst Galaxy offers a feature-rich user interface to connect all your data sources, manage your Trino clusters, and query your data.
Implementation languageJavaC++C and C++Prolog, RustJava
Server operating systemsLinux
OS X
Unix
FreeBSD
Linux
macOS
Windows
BSD
Linux
macOS
LinuxLinux
macOS infofor devlopment
Data schemeyes infoschema-less columns are supportedFixed schemaFlexible data schema: relational definition for tables with ability to store json-like documents in columnsyesyes
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanstring, double, decimal, uuid, integer, blob, boolean, datetimeyesyes
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.noCan index from XMLnonono
Secondary indexesyesyes infofull-text index on all search fieldsyesdepending on connected data-source
SQL infoSupport of SQLSQL for queryingSQL-like query languageFull-featured ANSI SQL supportSQL-like query language (WOQL)yes
APIs and other access methodsJDBC
RESTful HTTP/JSON API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Open binary protocolOWL
RESTful HTTP API
WOQL (Web Object Query Language)
JDBC
RESTful HTTP API
Trino CLI
Supported programming languagesClojure
JavaScript
PHP
Python
R
Ruby
Scala
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
JavaScript
Python
Go
Java
JavaScript (Node.js)
Python
R
Ruby
Server-side scripts infoStored proceduresnouser defined functionsLua, C and SQL stored proceduresyesyes, depending on connected data-source
Triggersnonoyes, before/after data modification events, on replication events, client session eventsyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infomanual/auto, time-basedSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.Graph Partitioningdepending on connected data-source
Replication methods infoMethods for redundantly storing data on multiple nodesyes, via HDFS, S3 or other storage enginesSynchronous replication based on Galera libraryAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
Journaling Streamsdepending on connected data-source
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate 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
depending on connected data-source
Foreign keys infoReferential integritynonoyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoyes infoisolated transactions for atomic changes and binary logging for safe writesACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACIDdepending on connected data-source
Concurrency infoSupport for concurrent manipulation of datayesyesyes, cooperative multitaskingyesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yes, write ahead loggingyes infoin-memory journalingdepending on connected data-source
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, full featured in-memory storage engine with persistence
User concepts infoAccess controlRBAC using LDAP or Druid internals for users and groups for read/write by datasource and systemnoAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Role-based access controlSQL standard access control
More information provided by the system vendor
Apache DruidManticore SearchTarantoolTerminusDB infoformer name was DataChemistTrino
Specific characteristicsTrino is the fastest open source, massively parallel processing SQL query engine...
» more
Competitive advantagesHigh performance analtyics and data processing of very large data sets Powerful ANSI...
» more
Typical application scenariosPerformant analytics query engine for data warehouses, data lakes, and data lakehouses...
» more
Key customersTrino is widely adopted across the globe as freely-available open source software....
» more
Market metrics33000+ commits in GitHub 8200+ stargazers in GitHub 1200+ pull requests merged in...
» more
Licensing and pricing modelsTrino is an open source project and usage is therefore free. Commercial offerings...
» more
News

60: Trino calling AI
22 May 2024

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

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

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

More resources
Apache DruidManticore SearchTarantoolTerminusDB infoformer name was DataChemistTrino
DB-Engines blog posts

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

show all

Recent citations in the news

Apache Druid Wins Best Big Data Product in the 2023 BigDATAwire Readers' Choice Awards
26 January 2024, Datanami

'Lucifer' Botnet Turns Up the Heat on Apache Hadoop Servers
21 February 2024, Dark Reading

New DDoS malware Attacking Apache big-data stack, Hadoop, & Druid Servers
26 February 2024, GBHackers

Imply Data gives Apache Druid schema auto-discover capability
6 June 2023, SiliconANGLE News

Imply Announces Automatic Schema Discovery for Apache Druid, Reinforcing Druid's Leadership for Real-Time ...
6 June 2023, businesswire.com

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

provided by Google News

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 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

How TerminusDB is commercializing its open source graph database
16 March 2021, VentureBeat

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Dublin-based data collaboration tool TerminusDB raises €3.6 million in seed round
15 March 2021, Tech.eu

[MCR2030-CAMS-ARISE-UNDRR Webinar] Preventing cascading failures of critical assets: Using the Open-Source ...
12 April 2022, United Nations Office for Disaster Risk Reduction

Trinity College spinout TerminusDB secures €3.6m in investment
15 March 2021, The Irish Times

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

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

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

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.

Neo4j logo

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

AllegroGraph logo

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

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