DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Apache Doris vs. Cassandra vs. JanusGraph vs. Microsoft SQL Server vs. Trino

System Properties Comparison Apache Doris vs. Cassandra vs. JanusGraph vs. Microsoft SQL Server vs. Trino

Editorial information provided by DB-Engines
NameApache Doris  Xexclude from comparisonCassandra  Xexclude from comparisonJanusGraph infosuccessor of Titan  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonTrino  Xexclude from comparison
DescriptionAn MPP-based analytics DBMS embracing the MySQL protocolWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017Microsofts flagship relational DBMSFast distributed SQL query engine for big data analytics. Forked from Presto and originally named PrestoSQL
Primary database modelRelational DBMSWide column storeGraph DBMSRelational DBMSRelational DBMS
Secondary database modelsVector DBMS infostarting with release V5Document store
Graph DBMS
Spatial 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
Score0.57
Rank#244  Overall
#113  Relational DBMS
Score101.89
Rank#12  Overall
#1  Wide column stores
Score1.94
Rank#129  Overall
#12  Graph DBMS
Score824.29
Rank#3  Overall
#3  Relational DBMS
Score5.00
Rank#66  Overall
#36  Relational DBMS
Websitedoris.apache.org
github.com/­apache/­doris
cassandra.apache.orgjanusgraph.orgwww.microsoft.com/­en-us/­sql-servertrino.io
Technical documentationgithub.com/­apache/­doris/­wikicassandra.apache.org/­doc/­latestdocs.janusgraph.orglearn.microsoft.com/­en-US/­sql/­sql-servertrino.io/­broadcast
trino.io/­docs/­current
Social network pagesLinkedInTwitterYouTubeGitHub
DeveloperApache Software Foundation, originally contributed from BaiduApache Software Foundation infoApache top level project, originally developped by FacebookLinux Foundation; originally developed as Titan by AureliusMicrosoftTrino Software Foundation
Initial release20172008201719892012 info2020 rebranded from PrestoSQL
Current release1.2.2, February 20234.1.3, July 20230.6.3, February 2023SQL Server 2022, November 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache version 2Open Source infoApache 2.0commercial inforestricted free version is availableOpen 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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.Starburst Galaxy offers a feature-rich user interface to connect all your data sources, manage your Trino clusters, and query your data.
Implementation languageJavaJavaJavaC++Java
Server operating systemsLinuxBSD
Linux
OS X
Windows
Linux
OS X
Unix
Windows
Linux
Windows
Linux
macOS infofor devlopment
Data schemeyesschema-freeyesyesyes
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.nononoyesno
Secondary indexesyesrestricted infoonly equality queries, not always the best performing solutionyesyesdepending on connected data-source
SQL infoSupport of SQLyesSQL-like SELECT, DML and DDL statements (CQL)noyesyes
APIs and other access methodsJDBC
MySQL client
Proprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
JDBC
RESTful HTTP API
Trino CLI
Supported programming languagesJavaC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
Clojure
Java
Python
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
Go
Java
JavaScript (Node.js)
Python
R
Ruby
Server-side scripts infoStored proceduresuser defined functionsnoyesTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javayes, depending on connected data-source
Triggersnoyesyesyesno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningSharding infono "single point of failure"yes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)tables can be distributed across several files (horizontal partitioning); sharding through federationdepending on connected data-source
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factor infoRepresentation of geographical distribution of servers is possibleyesyes, but depending on the SQL-Server Editiondepending on connected data-source
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesyes infovia Faunus, a graph analytics enginenono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Eventual Consistency
Immediate Consistency
Immediate Consistencydepending on connected data-source
Foreign keys infoReferential integritynonoyes infoRelationships in graphsyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDACIDdepending 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, Hazelcastyesdepending on connected data-source
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users can be defined per objectUser authentification and security via Rexster Graph Serverfine grained access rights according to SQL-standardSQL standard access control
More information provided by the system vendor
Apache DorisCassandraJanusGraph infosuccessor of TitanMicrosoft SQL ServerTrino
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Trino is the fastest open source, massively parallel processing SQL query engine...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
High performance analtyics and data processing of very large data sets Powerful ANSI...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Performant analytics query engine for data warehouses, data lakes, and data lakehouses...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Trino is widely adopted across the globe as freely-available open source software....
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
33000+ commits in GitHub 8200+ stargazers in GitHub 1200+ pull requests merged in...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more
Navicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more

Navicat for SQL Server gives you a fully graphical approach to 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
Apache DorisCassandraJanusGraph infosuccessor of TitanMicrosoft SQL ServerTrino
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Microsoft SQL Server is the DBMS of the Year
4 January 2017, Matthias Gelbmann, Paul Andlinger

show all

Recent citations in the news

Migrating from ClickHouse to Apache Doris: Boosting OLAP Performance
9 October 2023, hackernoon.com

How to Digest 15 Billion Logs Per Day and Keep Big Queries Within 1 Second
1 September 2023, KDnuggets

Less Components, Higher Performance: Apache Doris instead of ClickHouse, MySQL, Presto, and HBase
20 October 2023, hackernoon.com

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Apache Doris Analytical Database Graduates from Apache Incubator
20 June 2022, Datanami

provided by Google News

Here's What to Know About Apache Cassandra 5.0
15 April 2024, hackernoon.com

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

How Zalando migrated their shopping carts to Amazon DynamoDB from Apache Cassandra | Amazon Web Services
11 October 2023, AWS Blog

provided by Google News

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Database Deep Dives: JanusGraph
8 August 2019, IBM

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

Compose for JanusGraph arrives on Bluemix
15 September 2017, IBM

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

provided by Google News

Data Virtualization in SQL Server 2022
7 May 2024, Visual Studio Magazine

Why migrate Windows Server and SQL Server to Azure: ROI, innovation, and free offers
25 April 2024, Microsoft

Monitor query performance with Performance Insights on Amazon RDS for SQL Server | Amazon Web Services
24 April 2024, AWS Blog

How to Know When It's Time for a Microsoft SQL Server Upgrade
31 October 2023, BizTech Magazine

SolarWinds upgrades free Plan Explorer tool for enhanced SQL Server analysis
5 May 2024, IT Brief New Zealand

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

Neo4j logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

SingleStore logo

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

Present your product here