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 > DuckDB vs. KeyDB vs. Microsoft Azure SQL Database vs. SAP IQ vs. Spark SQL

System Properties Comparison DuckDB vs. KeyDB vs. Microsoft Azure SQL Database vs. SAP IQ vs. Spark SQL

Editorial information provided by DB-Engines
NameDuckDB  Xexclude from comparisonKeyDB  Xexclude from comparisonMicrosoft Azure SQL Database infoformerly SQL Azure  Xexclude from comparisonSAP IQ infoformer name: Sybase IQ  Xexclude from comparisonSpark SQL  Xexclude from comparison
DescriptionAn embeddable, in-process, column-oriented SQL OLAP RDBMSAn ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsDatabase as a Service offering with high compatibility to Microsoft SQL ServerColumnar RDBMS optimized for Big Data analyticsSpark SQL is a component on top of 'Spark Core' for structured data processing
Primary database modelRelational DBMSKey-value storeRelational DBMSRelational DBMS infocolumn-orientedRelational DBMS
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.57
Rank#74  Overall
#40  Relational DBMS
Score0.71
Rank#226  Overall
#33  Key-value stores
Score77.99
Rank#16  Overall
#11  Relational DBMS
Score2.75
Rank#104  Overall
#53  Relational DBMS
Score18.96
Rank#33  Overall
#20  Relational DBMS
Websiteduckdb.orggithub.com/­Snapchat/­KeyDB
keydb.dev
azure.microsoft.com/­en-us/­products/­azure-sql/­databasewww.sap.com/­products/­technology-platform/­sybase-iq-big-data-management.htmlspark.apache.org/­sql
Technical documentationduckdb.org/­docsdocs.keydb.devdocs.microsoft.com/­en-us/­azure/­azure-sqlhelp.sap.com/­docs/­SAP_IQspark.apache.org/­docs/­latest/­sql-programming-guide.html
DeveloperEQ Alpha Technology Ltd.MicrosoftSAP, formerly SybaseApache Software Foundation
Initial release20182019201019942014
Current release0.10, February 2024V1216.1 SPS04, April 20193.5.0 ( 2.13), September 2023
License infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infoBSD-3commercialcommercialOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C++C++Scala
Server operating systemsserver-lessLinuxhostedAIX
HP-UX
Linux
Solaris
Windows
Linux
OS X
Windows
Data schemeyesschema-freeyesyesyes
Typing infopredefined data types such as float or dateyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyesyes
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.nonoyesnono
Secondary indexesyesyes infoby using the Redis Search moduleyesyesno
SQL infoSupport of SQLyesnoyesyesSQL-like DML and DDL statements
APIs and other access methodsArrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
Proprietary protocol infoRESP - REdis Serialization ProtocoADO.NET
JDBC
ODBC
ADO.NET
JDBC
ODBC
RESTful HTTP API
JDBC
ODBC
Supported programming languagesC
C# info3rd party driver
C++
Crystal info3rd party driver
Go info3rd party driver
Java
Lisp info3rd party driver
Python
R
Ruby info3rd party driver
Rust
Swift
Zig info3rd party driver
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
.Net
C#
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Java
Perl
PHP
Python
Ruby
Java
Python
R
Scala
Server-side scripts infoStored proceduresnoLuaTransact SQLyesno
Triggersnonoyesyesno
Partitioning methods infoMethods for storing different data on different nodesnoneShardingshared disk or shared nothing architectures with SAP IQ Multiplexeryes, utilizing Spark Core
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication
Source-replica replication
yes, with always 3 replicas availableSAP/Sybase Replication Servernone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoHadoop integration
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Strong eventual consistency with CRDTs
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDOptimistic locking, atomic execution of commands blocks and scriptsACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyesyes
Durability infoSupport for making data persistentyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesnono
User concepts infoAccess controlnosimple password-based access control and ACLfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardno

More information provided by the system vendor

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
DuckDBKeyDBMicrosoft Azure SQL Database infoformerly SQL AzureSAP IQ infoformer name: Sybase IQSpark SQL
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

show all

Recent citations in the news

DuckDB: The tiny but powerful analytics database
15 May 2024, InfoWorld

My First Billion (of Rows) in DuckDB | by João Pedro | May, 2024
1 May 2024, Towards Data Science

DuckDB Walks to the Beat of Its Own Analytics Drum
5 March 2024, Datanami

Enabling Remote Query Execution through DuckDB Extensions
12 March 2024, InfoQ.com

MotherDuck Raises $52.5 Million Series B Funding as DuckDB Adoption Soars
20 September 2023, PR Newswire

provided by Google News

Oh, snap! Snap snaps up database developer KeyDB
12 May 2022, TechCrunch

Snap Acquires KeyDB for Open-Source Services
17 May 2022, XR Today

Garnet–open-source faster cache-store speeds up applications, services
18 March 2024, Microsoft

Microsoft open-sources Garnet cache-store -- a Redis rival?
19 March 2024, The Stack

Redis 6 arrives with multithreading for faster I/O
30 April 2020, InfoWorld

provided by Google News

Copilot in Azure SQL Database in Private Preview
27 March 2024, InfoQ.com

Microsoft unveils Copilot for Azure SQL Database
27 March 2024, InfoWorld

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

Azure SQL Database takes Saturday off on US east coast following network power failure
18 September 2023, The Register

Power what’s next with limitless relational databases from Azure
15 November 2023, microsoft.com

provided by Google News

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
21 December 2021, SAP News

IBM, SAP partner to move financial institutions to the hybrid cloud
28 July 2021, ZDNet

Rimini Street expands support beyond SAP and Oracle
11 June 2022, InsideSAP

Arcion CTO on building effective data pipelines – Blocks and Files
28 June 2022, Blocks & Files

SAP Scales Out HANA In-Memory For Clouds
6 March 2014, EnterpriseAI

provided by Google News

Use Amazon Athena with Spark SQL for your open-source transactional table formats | Amazon Web Services
24 January 2024, AWS Blog

What is Apache Spark? The big data platform that crushed Hadoop
3 April 2024, InfoWorld

Cracking the Apache Spark Interview: 80+ Top Questions and Answers for 2024
1 April 2024, Simplilearn

Performant IPv4 Range Spark Joins | by Jean-Claude Cote
24 January 2024, Towards Data Science

18 Top Big Data Tools and Technologies to Know About in 2024
24 January 2024, TechTarget

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

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

AllegroGraph logo

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

Present your product here