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 > IBM Db2 Event Store vs. Microsoft SQL Server vs. Oracle NoSQL vs. ScyllaDB vs. SQLite

System Properties Comparison IBM Db2 Event Store vs. Microsoft SQL Server vs. Oracle NoSQL vs. ScyllaDB vs. SQLite

Editorial information provided by DB-Engines
NameIBM Db2 Event Store  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonScyllaDB  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionDistributed Event Store optimized for Internet of Things use casesMicrosofts flagship relational DBMSA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesCassandra and DynamoDB compatible wide column storeWidely used embeddable, in-process RDBMS
Primary database modelEvent Store
Time Series DBMS
Relational DBMSDocument store
Key-value store
Relational DBMS
Wide column storeRelational DBMS
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
Key-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.19
Rank#323  Overall
#2  Event Stores
#28  Time Series DBMS
Score824.29
Rank#3  Overall
#3  Relational DBMS
Score2.95
Rank#100  Overall
#17  Document stores
#17  Key-value stores
#50  Relational DBMS
Score4.75
Rank#68  Overall
#5  Wide column stores
Score114.32
Rank#10  Overall
#7  Relational DBMS
Websitewww.ibm.com/­products/­db2-event-storewww.microsoft.com/­en-us/­sql-serverwww.oracle.com/­database/­nosql/­technologies/­nosqlwww.scylladb.comwww.sqlite.org
Technical documentationwww.ibm.com/­docs/­en/­db2-event-storelearn.microsoft.com/­en-US/­sql/­sql-serverdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmldocs.scylladb.comwww.sqlite.org/­docs.html
DeveloperIBMMicrosoftOracleScyllaDBDwayne Richard Hipp
Initial release20171989201120152000
Current release2.0SQL Server 2022, November 202223.3, December 2023ScyllaDB Open Source 5.4.1, January 20243.45.3  (15 April 2024), April 2024
License infoCommercial or Open Sourcecommercial infofree developer edition availablecommercial inforestricted free version is availableOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoOpen Source (AGPL), commercial license availableOpen Source infoPublic Domain
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.
Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
Implementation languageC and C++C++JavaC++C
Server operating systemsLinux infoLinux, macOS, Windows for the developer additionLinux
Windows
Linux
Solaris SPARC/x86
Linuxserver-less
Data schemeyesyesSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.schema-freeyes infodynamic column types
Typing infopredefined data types such as float or dateyesyesoptionalyesyes infonot rigid because of 'dynamic typing' concept.
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.noyesnonono
Secondary indexesnoyesyesyes infocluster global secondary indicesyes
SQL infoSupport of SQLyes infothrough the embedded Spark runtimeyesSQL-like DML and DDL statementsSQL-like DML and DDL statements (CQL)yes infoSQL-92 is not fully supported
APIs and other access methodsADO.NET
DB2 Connect
JDBC
ODBC
RESTful HTTP API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
RESTful HTTP APIProprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesC
C#
C++
Cobol
Delphi
Fortran
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Scala
Visual Basic
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C
C#
Go
Java
JavaScript (Node.js)
Python
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
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresyesTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javanoyes, Luano
Triggersnoyesnonoyes
Partitioning methods infoMethods for storing different data on different nodesShardingtables can be distributed across several files (horizontal partitioning); sharding through federationShardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesActive-active shard replicationyes, but depending on the SQL-Server EditionElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureselectable replication factor infoRepresentation of geographical distribution of servers is possiblenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonowith Hadoop integrationnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency infodepending on configuration
Eventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Foreign keys infoReferential integritynoyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDconfigurable infoACID within a storage node (=shard)no infoAtomicity and isolation are supported for single operationsACID
Concurrency infoSupport for concurrent manipulation of dataNo - written data is immutableyesyesyesyes infovia file-system locks
Durability infoSupport for making data persistentYes - Synchronous writes to local disk combined with replication and asynchronous writes in parquet format to permanent shared storageyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes infooff heap cacheyes infoin-memory tablesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardAccess rights for users and rolesAccess rights for users can be defined per objectno
More information provided by the system vendor
IBM Db2 Event StoreMicrosoft SQL ServerOracle NoSQLScyllaDBSQLite
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 partiesNavicat for SQL Server gives you a fully graphical approach to database management and development.
» 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 SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for 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
IBM Db2 Event StoreMicrosoft SQL ServerOracle NoSQLScyllaDBSQLite
DB-Engines blog posts

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

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Advancements in streaming data storage, real-time analysis and machine learning
25 July 2019, IBM

How IBM Is Turning Db2 into an 'AI Database'
3 June 2019, Datanami

IBM Builds New Ultra-Fast Platform for Hoovering Up and Analyzing Data from Anywhere
31 May 2018, Data Center Knowledge

Best cloud databases of 2022
4 October 2022, ITPro

provided by Google News

Mallox Ransomware Deployed Via MS-SQL Honeypot Attack
13 May 2024, Infosecurity Magazine

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

Hackers Exploiting MS-SQL Severs To Deploy Mallox Ransomware
13 May 2024, CybersecurityNews

SQL Server 2014 end of support: Keep your customers secure
28 March 2024, Microsoft

Containerize SQL Server workloads with Amazon EKS and DH2i | Amazon Web Services
28 March 2024, AWS Blog

provided by Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21 August 2023, blogs.oracle.com

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18 November 2021, blogs.oracle.com

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

Oracle Beefs Up Its NoSQL Database Offering
3 April 2014, Data Center Knowledge

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

provided by Google News

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

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

ScyllaDB Database Review | eWeek
21 August 2018, eWeek

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

ScyllaDB Launches Scylla Cloud Database as a Service
14 April 2019, insideBIGDATA

provided by Google News

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

Limbo Is An SQLite-Compatible OLTP DBMS Leveraging IO_uring & Rust
9 May 2024, Phoronix

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

Stanchion Turns SQLite Into A Column Store
15 February 2024, iProgrammer

Universal API Access from Postgres and SQLite
27 February 2024, O'Reilly Media

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.

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

Present your product here