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

DBMS > GraphDB vs. Memgraph vs. RethinkDB vs. Sequoiadb vs. Trino

System Properties Comparison GraphDB vs. Memgraph vs. RethinkDB vs. Sequoiadb vs. Trino

Editorial information provided by DB-Engines
NameGraphDB infoformer name: OWLIM  Xexclude from comparisonMemgraph  Xexclude from comparisonRethinkDB  Xexclude from comparisonSequoiadb  Xexclude from comparisonTrino  Xexclude from comparison
DescriptionEnterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.An open source graph database built for real-time streaming and compatible with Neo4jDBMS for the Web with a mechanism to push updated query results to applications in realtime.NewSQL database with distributed OLTP and SQLFast distributed SQL query engine for big data analytics. Forked from Presto and originally named PrestoSQL
Primary database modelGraph DBMS
RDF store
Graph DBMSDocument storeDocument store
Relational DBMS
Relational DBMS
Secondary database modelsSpatial DBMSDocument 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.32
Rank#91  Overall
#6  Graph DBMS
#4  RDF stores
Score3.02
Rank#98  Overall
#8  Graph DBMS
Score2.74
Rank#105  Overall
#19  Document stores
Score0.45
Rank#261  Overall
#41  Document stores
#122  Relational DBMS
Score5.00
Rank#66  Overall
#36  Relational DBMS
Websitewww.ontotext.commemgraph.comrethinkdb.comwww.sequoiadb.comtrino.io
Technical documentationgraphdb.ontotext.com/­documentationmemgraph.com/­docsrethinkdb.com/­docswww.sequoiadb.com/­en/­index.php?m=Files&a=indextrino.io/­broadcast
trino.io/­docs/­current
Social network pagesLinkedInTwitterYouTubeGitHubMediumLinkedInTwitterFacebookGitHubDiscordLinkedInTwitterYouTubeGitHub
DeveloperOntotextMemgraph LtdThe Linux Foundation infosince July 2017Sequoiadb Ltd.Trino Software Foundation
Initial release20002017200920132012 info2020 rebranded from PrestoSQL
Current release10.4, October 20232.4.1, August 2020
License infoCommercial or Open Sourcecommercial infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoBSL 1.1; commercial license for enterprise edition availableOpen Source infoApache Version 2Open Source infoServer: AGPL; Client: Apache V2Open 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 and C++C++C++Java
Server operating systemsAll OS with a Java VM
Linux
OS X
Windows
LinuxLinux
OS X
Windows
LinuxLinux
macOS infofor devlopment
Data schemeschema-free and OWL/RDFS-schema support; RDF shapesschema-free and schema-optionalschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyesyes infostring, binary, float, bool, date, geometryyes infooid, date, timestamp, binary, regexyes
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.nonononono
Secondary indexesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyesyesdepending on connected data-source
SQL infoSupport of SQLstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCnonoSQL-like query languageyes
APIs and other access methodsGeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
Bolt protocol
Cypher query language
proprietary protocol using JSONJDBC
RESTful HTTP API
Trino CLI
Supported programming languages.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
.Net
C++
Java
PHP
Python
Go
Java
JavaScript (Node.js)
Python
R
Ruby
Server-side scripts infoStored procedureswell-defined plugin interfaces; JavaScript server-side extensibilityJavaScriptyes, depending on connected data-source
TriggersnoClient-side triggers through changefeedsnono
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infodynamic graph partitioningSharding inforange basedShardingdepending on connected data-source
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationMulti-source replication using RAFTSource-replica replicationSource-replica replicationdepending on connected data-source
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate ConsistencyImmediate ConsistencyEventual Consistencydepending on connected data-source
Foreign keys infoReferential integrityyes infoConstraint checkingyes inforelationships in graphsnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infowith snapshot isolationAtomic single-document operationsDocument is locked during a transactiondepending on connected data-source
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yes infoMVCC basedyesyes
Durability infoSupport for making data persistentyesyes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyesdepending on connected data-source
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnono
User concepts infoAccess controlDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.Users, roles and permissionsyes infousers and table-level permissionssimple password-based access controlSQL standard access control
More information provided by the system vendor
GraphDB infoformer name: OWLIMMemgraphRethinkDBSequoiadbTrino
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
Memgraph directly connects to your streaming infrastructure so you and your team...
» more
Trino is the fastest open source, massively parallel processing SQL query engine...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Business Source License ensures a future for the Memgraph community MAGE algorithm...
» more
High performance analtyics and data processing of very large data sets Powerful ANSI...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
Graph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Performant analytics query engine for data warehouses, data lakes, and data lakehouses...
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Trino is widely adopted across the globe as freely-available open source software....
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
33000+ commits in GitHub 8200+ stargazers in GitHub 1200+ pull requests merged in...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
You can check out our pricing model and licenses on the company website .
» more
Trino is an open source project and usage is therefore free. Commercial offerings...
» more
News

Understanding the Graph Center of Excellence
17 May 2024

Migrating From LPG to RDF Graph Model
8 May 2024

Case study: Policy Enforcement Automation With Semantics
2 May 2024

Okay, RAG… We Have a Problem
26 April 2024

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19 April 2024

60: Trino calling AI
8 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
GraphDB infoformer name: OWLIMMemgraphRethinkDBSequoiadbTrino
DB-Engines blog posts

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Ontotext's GraphDB Solution Now Available on the Microsoft Azure Marketplace
17 January 2024, Datanami

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ChatGPT Connector
24 October 2023, Datanami

Ontotext's GraphDB 10 Brings Modern Data Architectures to the Mainstream with Better Resilience and Еаsier Operations
5 July 2022, PR Newswire

Ontotext Platform 3.0 for Enterprise Knowledge Graphs Released
18 December 2019, KDnuggets

Ontotext GraphDB 9.4 Enables SQL Access to Knowledge Graphs and Visual Mapping of Tabular Data to RDF
11 September 2020, PR Newswire

provided by Google News

Enhance Your Network with the Power of a Graph DB
4 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

Realtime App Development with RethinkDB and React Native — SitePoint
17 June 2016, SitePoint

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

How to deploy RethinkDB using Docker
14 February 2018, Packt Hub

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

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

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

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.

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.

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

Milvus logo

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

Present your product here