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. Dolt vs. JanusGraph vs. Manticore Search vs. Trino

System Properties Comparison Apache Druid vs. Dolt vs. JanusGraph vs. Manticore Search vs. Trino

Editorial information provided by DB-Engines
NameApache Druid  Xexclude from comparisonDolt  Xexclude from comparisonJanusGraph infosuccessor of Titan  Xexclude from comparisonManticore Search  Xexclude from comparisonTrino  Xexclude from comparison
DescriptionOpen-source analytics data store designed for sub-second OLAP queries on high dimensionality and high cardinality dataA MySQL compatible DBMS with Git-like versioning of data and schemaA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017Multi-storage database for search, including full-text search.Fast distributed SQL query engine for big data analytics. Forked from Presto and originally named PrestoSQL
Primary database modelRelational DBMS
Time Series DBMS
Relational DBMSGraph DBMSSearch engineRelational DBMS
Secondary database modelsDocument storeTime Series DBMS infousing the Manticore Columnar LibraryDocument 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.25
Rank#90  Overall
#47  Relational DBMS
#7  Time Series DBMS
Score1.02
Rank#191  Overall
#89  Relational DBMS
Score2.02
Rank#125  Overall
#12  Graph DBMS
Score0.29
Rank#302  Overall
#21  Search engines
Score4.99
Rank#65  Overall
#36  Relational DBMS
Websitedruid.apache.orggithub.com/­dolthub/­dolt
www.dolthub.com
janusgraph.orgmanticoresearch.comtrino.io
Technical documentationdruid.apache.org/­docs/­latest/­designdocs.dolthub.comdocs.janusgraph.orgmanual.manticoresearch.comtrino.io/­broadcast
trino.io/­docs/­current
Social network pagesLinkedInTwitterYouTubeGitHub
DeveloperApache Software Foundation and contributorsDoltHub IncLinux Foundation; originally developed as Titan by AureliusManticore SoftwareTrino Software Foundation
Initial release20122018201720172012 info2020 rebranded from PrestoSQL
Current release29.0.1, April 20240.6.3, February 20236.0, February 2023
License infoCommercial or Open SourceOpen Source infoApache license v2Open Source infoApache Version 2.0Open Source infoApache 2.0Open Source infoGPL version 2Open 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 languageJavaGoJavaC++Java
Server operating systemsLinux
OS X
Unix
Linux
macOS
Windows
Linux
OS X
Unix
Windows
FreeBSD
Linux
macOS
Windows
Linux
macOS infofor devlopment
Data schemeyes infoschema-less columns are supportedyesyesFixed schemayes
Typing infopredefined data types such as float or dateyesyesyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyes
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.nononoCan index from XMLno
Secondary indexesyesyesyesyes infofull-text index on all search fieldsdepending on connected data-source
SQL infoSupport of SQLSQL for queryingyesnoSQL-like query languageyes
APIs and other access methodsJDBC
RESTful HTTP/JSON API
CLI Client
HTTP REST
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
JDBC
RESTful HTTP API
Trino CLI
Supported programming languagesClojure
JavaScript
PHP
Python
R
Ruby
Scala
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Clojure
Java
Python
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Go
Java
JavaScript (Node.js)
Python
R
Ruby
Server-side scripts infoStored proceduresnoyes infocurrently in alpha releaseyesuser defined functionsyes, depending on connected data-source
Triggersnoyesyesnono
Partitioning methods infoMethods for storing different data on different nodesSharding infomanual/auto, time-basednoneyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)Sharding infoPartitioning is done manually, search queries against distributed index is supporteddepending on connected data-source
Replication methods infoMethods for redundantly storing data on multiple nodesyes, via HDFS, S3 or other storage enginesA database can be cloned to multiple locations and be used there in isolation. Data/schema changes can be pushed/pulled explicitly between locations.yesSynchronous replication based on Galera librarydepending on connected data-source
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infovia Faunus, a graph analytics enginenono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
depending on connected data-source
Foreign keys infoReferential integritynoyesyes infoRelationships in graphsnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDyes infoisolated transactions for atomic changes and binary logging for safe writesdepending on connected data-source
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyes infoThe original contents of fields are not stored in the Manticore index.depending on connected data-source
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.no
User concepts infoAccess controlRBAC using LDAP or Druid internals for users and groups for read/write by datasource and systemOnly one user is configurable, and must be specified in the config file at startupUser authentification and security via Rexster Graph ServernoSQL standard access control
More information provided by the system vendor
Apache DruidDoltJanusGraph infosuccessor of TitanManticore SearchTrino
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

One busy week to go before Trino Fest 2024
6 June 2024

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

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 DruidDoltJanusGraph infosuccessor of TitanManticore SearchTrino
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

Apache Druid Takes Its Place In The Pantheon Of Databases
16 June 2022, The Next Platform

How to connect DataGrip to Apache Druid | by Zisis Flokas
18 October 2021, Towards Data Science

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

Radar Trends to Watch: July 2022 – O'Reilly
5 July 2022, O'Reilly Media

provided by Google News

Database Deep Dives: JanusGraph
8 August 2019, ibm.com

JanusGraph Picks Up Where TitanDB Left Off
13 January 2017, Datanami

From graph db to graph embedding. In 7 simple steps. | by Andy Greatorex
30 July 2020, Towards Data Science

Nordstrom Builds Flexible Backend Ops with Kubernetes, Spark and JanusGraph
3 October 2019, The New Stack

The year of the graph: Getting graphic, going native, reshaping the landscape
8 January 2018, ZDNet

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

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

Highlighting in Search Results
24 May 2020, hackernoon.com

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

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.

Present your product here