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

DBMS > DuckDB vs. EJDB vs. KeyDB vs. NuoDB vs. Sequoiadb

System Properties Comparison DuckDB vs. EJDB vs. KeyDB vs. NuoDB vs. Sequoiadb

Editorial information provided by DB-Engines
NameDuckDB  Xexclude from comparisonEJDB  Xexclude from comparisonKeyDB  Xexclude from comparisonNuoDB  Xexclude from comparisonSequoiadb  Xexclude from comparison
DescriptionAn embeddable, in-process, column-oriented SQL OLAP RDBMSEmbeddable document-store database library with JSON representation of queries (in MongoDB style)An ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsNuoDB is a webscale distributed database that supports SQL and ACID transactionsNewSQL database with distributed OLTP and SQL
Primary database modelRelational DBMSDocument storeKey-value storeRelational DBMSDocument store
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.63
Rank#69  Overall
#37  Relational DBMS
Score0.31
Rank#296  Overall
#44  Document stores
Score0.70
Rank#229  Overall
#32  Key-value stores
Score0.94
Rank#197  Overall
#92  Relational DBMS
Score0.50
Rank#258  Overall
#41  Document stores
#120  Relational DBMS
Websiteduckdb.orggithub.com/­Softmotions/­ejdbgithub.com/­Snapchat/­KeyDB
keydb.dev
www.3ds.com/­nuodb-distributed-sql-databasewww.sequoiadb.com
Technical documentationduckdb.org/­docsgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.keydb.devdoc.nuodb.comwww.sequoiadb.com/­en/­index.php?m=Files&a=index
DeveloperSoftmotionsEQ Alpha Technology Ltd.Dassault Systèmes infooriginally NuoDB, Inc.Sequoiadb Ltd.
Initial release20182012201920132013
Current release1.0.0, June 2024
License infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infoGPLv2Open Source infoBSD-3commercial infolimited edition freeOpen Source infoServer: AGPL; Client: Apache V2
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.
Implementation languageC++CC++C++C++
Server operating systemsserver-lessserver-lessLinuxhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
Linux
Data schemeyesschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, bool, date, object_idpartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes infooid, date, timestamp, binary, regex
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.nononono
Secondary indexesyesnoyes infoby using the Redis Search moduleyesyes
SQL infoSupport of SQLyesnonoyesSQL-like query language
APIs and other access methodsArrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
in-process shared libraryProprietary protocol infoRESP - REdis Serialization ProtocoADO.NET
JDBC
ODBC
proprietary protocol using JSON
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
Actionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
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
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C++
Java
PHP
Python
Server-side scripts infoStored proceduresnonoLuaJava, SQLJavaScript
Triggersnononoyesno
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingdata is dynamically stored/cached on the nodes where it is read/writtenSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnonenoneMulti-source replication
Source-replica replication
yes infoManaged transparently by NuoDBSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Strong eventual consistency with CRDTs
Immediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynono infotypically not needed, however similar functionality with collection joins possiblenoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoOptimistic locking, atomic execution of commands blocks and scriptsACID infotunable commit protocolDocument is locked during a transaction
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yes infoRead/Write Lockingyesyes infoMVCCyes
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes infoTemporary tableno
User concepts infoAccess controlnonosimple password-based access control and ACLStandard SQL roles/ privileges, Administrative Userssimple password-based access control

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
DuckDBEJDBKeyDBNuoDBSequoiadb
DB-Engines blog posts

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

show all

Recent citations in the news

MotherDuck Announces General Availability; Brings Simplicity and Power of DuckDB in a Serverless Data Warehouse
11 June 2024, PR Newswire

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

DuckDB promises greater stability with 1.0 release
5 June 2024, The Register

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

DuckDB: In-Process Python Analytics for Not-Quite-Big Data
31 May 2024, The New Stack

provided by Google News

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

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

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

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

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

provided by Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

NuoDB set to improve distributed SQL performance
7 January 2020, TechTarget

Big Data Product Watch 1/31/17: No-Cost NuoDB, GPU Analytics, Cloud Object Storage, More -- ADTmag
31 January 2017, ADT Magazine

NuoDB Raises $14.2M Round Led By Dassault Systèmes For Its Distributed Database Management System
26 February 2014, TechCrunch

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.

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

Present your product here