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 > Microsoft Access vs. RethinkDB vs. ScyllaDB vs. Snowflake vs. Splice Machine

System Properties Comparison Microsoft Access vs. RethinkDB vs. ScyllaDB vs. Snowflake vs. Splice Machine

Editorial information provided by DB-Engines
NameMicrosoft Access  Xexclude from comparisonRethinkDB  Xexclude from comparisonScyllaDB  Xexclude from comparisonSnowflake  Xexclude from comparisonSplice Machine  Xexclude from comparison
DescriptionMicrosoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)DBMS for the Web with a mechanism to push updated query results to applications in realtime.Cassandra and DynamoDB compatible wide column storeCloud-based data warehousing service for structured and semi-structured dataOpen-Source SQL RDBMS for Operational and Analytical use cases with native Machine Learning, powered by Hadoop and Spark
Primary database modelRelational DBMSDocument storeWide column storeRelational DBMSRelational DBMS
Secondary database modelsSpatial DBMSKey-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score104.92
Rank#11  Overall
#8  Relational DBMS
Score2.74
Rank#105  Overall
#19  Document stores
Score4.75
Rank#68  Overall
#5  Wide column stores
Score121.33
Rank#9  Overall
#6  Relational DBMS
Score0.54
Rank#250  Overall
#114  Relational DBMS
Websitewww.microsoft.com/­en-us/­microsoft-365/­accessrethinkdb.comwww.scylladb.comwww.snowflake.comsplicemachine.com
Technical documentationdeveloper.microsoft.com/­en-us/­accessrethinkdb.com/­docsdocs.scylladb.comdocs.snowflake.net/­manuals/­index.htmlsplicemachine.com/­how-it-works
DeveloperMicrosoftThe Linux Foundation infosince July 2017ScyllaDBSnowflake Computing Inc.Splice Machine
Initial release19922009201520142014
Current release1902 (16.0.11328.20222), March 20192.4.1, August 2020ScyllaDB Open Source 5.4.1, January 20243.1, March 2021
License infoCommercial or Open Sourcecommercial infoBundled with Microsoft OfficeOpen Source infoApache Version 2Open Source infoOpen Source (AGPL), commercial license availablecommercialOpen Source infoAGPL 3.0, commercial license available
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 languageC++C++C++Java
Server operating systemsWindows infoNot a real database server, but making use of DLLsLinux
OS X
Windows
LinuxhostedLinux
OS X
Solaris
Windows
Data schemeyesschema-freeschema-freeyes infosupport of semi-structured data formats (JSON, XML, Avro)yes
Typing infopredefined data types such as float or dateyesyes infostring, binary, float, bool, date, geometryyesyesyes
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.nonoyes
Secondary indexesyesyesyes infocluster global secondary indicesyes
SQL infoSupport of SQLyes infobut not compliant to any SQL standardnoSQL-like DML and DDL statements (CQL)yesyes
APIs and other access methodsADO.NET
DAO
ODBC
OLE DB
Proprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
CLI Client
JDBC
ODBC
JDBC
Native Spark Datasource
ODBC
Supported programming languagesC
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
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
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
C#
C++
Java
JavaScript (Node.js)
Python
R
Scala
Server-side scripts infoStored proceduresyes infosince Access 2010 using the ACE-engineyes, Luauser defined functionsyes infoJava
Triggersyes infosince Access 2010 using the ACE-engineClient-side triggers through changefeedsnono infosimilar concept for controling cloud resourcesyes
Partitioning methods infoMethods for storing different data on different nodesnoneSharding inforange basedShardingyesShared Nothhing Auto-Sharding, Columnar Partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneSource-replica replicationselectable replication factor infoRepresentation of geographical distribution of servers is possibleyesMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonoYes, via Full Spark Integration
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnonoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infobut no files for transaction loggingAtomic single-document operationsno infoAtomicity and isolation are supported for single operationsACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoMVCC basedyesyesyes, multi-version concurrency control (MVCC)
Durability infoSupport for making data persistentyes infobut no files for transaction loggingyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoin-memory tablesnoyes
User concepts infoAccess controlno infoa simple user-level security was built in till version Access 2003yes infousers and table-level permissionsAccess rights for users can be defined per objectUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess rights for users, groups and roles according to SQL-standard
More information provided by the system vendor
Microsoft AccessRethinkDBScyllaDBSnowflakeSplice Machine
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
Microsoft AccessRethinkDBScyllaDBSnowflakeSplice Machine
DB-Engines blog posts

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

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

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

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

MS access program to increase awareness and independence of those living with MS and disability
10 July 2023, Nebraska Medicine

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8 October 2023, Autodesk Redshift

ACCDE File (What It Is and How to Open One)
27 July 2023, Lifewire

provided by Google News

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

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

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

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

Review: RethinkDB rethinks real-time Web apps
23 September 2015, InfoWorld

provided by Google News

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

Scylla Eyes Cassandra's NoSQL Workloads
13 February 2018, Datanami

ScyllaDB Database Review | eWeek
21 August 2018, eWeek

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 Stock: Is It A Buy Right Now? Here's What Earnings, SNOW Stock Chart Show
6 May 2024, Investor's Business Daily

Snowflake Unveils the Future of Enterprise AI, Apps, and Data at Sixth-Annual Data Cloud Summit
8 May 2024, Business Wire

Molham Aref Creates RelationalAI As AI Coprocessor For Data Clouds
8 May 2024, Forbes

Stream data into Snowflake using Amazon Data Firehose and Snowflake Snowpipe Streaming
17 April 2024, AWS Blog

Snowflake Data Clean Rooms Democratize Secure Data Sharing Across Clouds
24 April 2024, Acceleration Economy

provided by Google News

Machine learning data pipeline outfit Splice Machine files for insolvency
26 August 2021, The Register

Splice Machine Launches the Splice Machine Feature Store to Simplify Feature Engineering and Democratize Machine ...
19 January 2021, PR Newswire

Splice Machine Launches Feature Store to Simplify Feature Engineering
19 January 2021, Datanami

Distributed SQL System Review: Snowflake vs Splice Machine
18 September 2019, Towards Data Science

Splice Machine splices into AWS
8 February 2017, SDTimes.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

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.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here