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 > Oracle NoSQL vs. OrientDB vs. ScyllaDB vs. Snowflake vs. Stardog

System Properties Comparison Oracle NoSQL vs. OrientDB vs. ScyllaDB vs. Snowflake vs. Stardog

Editorial information provided by DB-Engines
NameOracle NoSQL  Xexclude from comparisonOrientDB  Xexclude from comparisonScyllaDB  Xexclude from comparisonSnowflake  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesMulti-model DBMS (Document, Graph, Key/Value)Cassandra and DynamoDB compatible wide column storeCloud-based data warehousing service for structured and semi-structured dataEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelDocument store
Key-value store
Relational DBMS
Document store
Graph DBMS
Key-value store
Wide column storeRelational DBMSGraph DBMS
RDF store
Secondary database modelsKey-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.95
Rank#100  Overall
#17  Document stores
#17  Key-value stores
#50  Relational DBMS
Score3.19
Rank#93  Overall
#16  Document stores
#7  Graph DBMS
#14  Key-value stores
Score4.75
Rank#68  Overall
#5  Wide column stores
Score121.33
Rank#9  Overall
#6  Relational DBMS
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Websitewww.oracle.com/­database/­nosql/­technologies/­nosqlorientdb.orgwww.scylladb.comwww.snowflake.comwww.stardog.com
Technical documentationdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlwww.orientdb.com/­docs/­last/­index.htmldocs.scylladb.comdocs.snowflake.net/­manuals/­index.htmldocs.stardog.com
DeveloperOracleOrientDB LTD; CallidusCloud; SAPScyllaDBSnowflake Computing Inc.Stardog-Union
Initial release20112010201520142010
Current release23.3, December 20233.2.29, March 2024ScyllaDB Open Source 5.4.1, January 20247.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoApache version 2Open Source infoOpen Source (AGPL), commercial license availablecommercialcommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
Implementation languageJavaJavaC++Java
Server operating systemsLinux
Solaris SPARC/x86
All OS with a Java JDK (>= JDK 6)LinuxhostedLinux
macOS
Windows
Data schemeSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.schema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")schema-freeyes infosupport of semi-structured data formats (JSON, XML, Avro)schema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateoptionalyesyesyesyes
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 infoImport/export of XML data possible
Secondary indexesyesyesyes infocluster global secondary indicesyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLSQL-like DML and DDL statementsSQL-like query language, no joinsSQL-like DML and DDL statements (CQL)yesYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsRESTful HTTP APITinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
Proprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
CLI Client
JDBC
ODBC
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languagesC
C#
Go
Java
JavaScript (Node.js)
Python
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
For CQL interface: C#, C++, Clojure, Erlang, Go, Haskell, Java, JavaScript, Node.js, Perl, PHP, Python, Ruby, Rust, Scala
For DynamoDB interface: .Net, ColdFusion, Erlang, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby
JavaScript (Node.js)
Python
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresnoJava, Javascriptyes, Luauser defined functionsuser defined functions and aggregates, HTTP Server extensions in Java
TriggersnoHooksnono infosimilar concept for controling cloud resourcesyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesShardingShardingShardingyesnone
Replication methods infoMethods for redundantly storing data on multiple nodesElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureMulti-source replicationselectable replication factor infoRepresentation of geographical distribution of servers is possibleyesMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodswith Hadoop integrationno infocould be achieved with distributed queriesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infodepending on configuration
Eventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Immediate ConsistencyImmediate Consistency in HA-Cluster
Foreign keys infoReferential integritynoyes inforelationship in graphsnoyesyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataconfigurable infoACID within a storage node (=shard)ACIDno infoAtomicity and isolation are supported for single operationsACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infooff heap cacheyes infoin-memory tablesnoyes
User concepts infoAccess controlAccess rights for users and rolesAccess rights for users and roles; record level security configurableAccess rights for users can be defined per objectUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess rights for users and roles
More information provided by the system vendor
Oracle NoSQLOrientDBScyllaDBSnowflakeStardog
Specific characteristicsScyllaDB is engineered to deliver predictable performance at scale. It’s adopted...
» more
Competitive advantagesHighly-performant (efficiently utilizes full resources of a node and network; millions...
» more
Typical application scenariosScyllaDB is ideal for applications that require high throughput and low latency at...
» more
Key customersDiscord, Epic Games, Expedia, Zillow, Comcast, Disney+ Hotstar, Samsung, ShareChat,...
» more
Market metricsScyllaDB typically offers ~75% total cost of ownership savings, with ~5X higher throughput...
» more
Licensing and pricing modelsScyllaDB Open Source - free open source software (AGPL) ScyllaDB Enterprise - subscription-based...
» more

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

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

More resources
Oracle NoSQLOrientDBScyllaDBSnowflakeStardog
DB-Engines blog posts

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Database Technologies
4 September 2018, oracle.com

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

Larry Ellison Just Embraced the Enemy. Or Did He?
1 October 2012, WIRED

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

provided by Google News

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

K2View updates DataOps platform with data fabric automation
11 May 2021, TechTarget

provided by Google News

Sleeping at Scale - Delivering 10k Timers per Second per Node with Rust, Tokio, Kafka, and Scylla
26 April 2024, InfoQ.com

ScyllaDB Raises $43M to Take on MongoDB at Scale, Push Database Performance to New Levels
17 October 2023, Datanami

ScyllaDB on AWS is a NoSQL Database Built for Gigabyte-to-Petabyte Scale | Amazon Web Services
6 January 2023, AWS Blog

Scylla vs Cassandra: Performance Comparison - DataScienceCentral.com
9 January 2020, Data Science Central

Scylla review: Apache Cassandra supercharged
18 December 2019, InfoWorld

provided by Google News

Snowflake Ventures invests in Metaplane to ensure trust in data across the Data Cloud
15 May 2024, PR Newswire

Snowflake invests in Metaplane to solve data quality issues plaguing AI development
16 May 2024, VentureBeat

PurpleCube AI partners with Snowflake to Revolutionize Data Engineering with Next-Generation AI and Machine ...
15 May 2024, Business Wire

Hevo Data Joins Snowflake Partner Connect on the Data Cloud
14 May 2024, Yahoo Finance

“Data pipelines are absolutely crucial for Generative AI to work”: Snowflake India MD, Vijayant Rai
17 May 2024, The Hindu

provided by Google News



Share this page

Featured Products

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

AllegroGraph logo

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

Milvus logo

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

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.

Present your product here