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

DBMS > DuckDB vs. Hyprcubd vs. LevelDB vs. OrigoDB vs. SQLite

System Properties Comparison DuckDB vs. Hyprcubd vs. LevelDB vs. OrigoDB vs. SQLite

Editorial information provided by DB-Engines
NameDuckDB  Xexclude from comparisonHyprcubd  Xexclude from comparisonLevelDB  Xexclude from comparisonOrigoDB  Xexclude from comparisonSQLite  Xexclude from comparison
Hyprcubd seems to be discontinued. Therefore it is excluded from the DB-Engines ranking.
DescriptionAn embeddable, in-process, column-oriented SQL OLAP RDBMSServerless Time Series DBMSEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesA fully ACID in-memory object graph databaseWidely used embeddable, in-process RDBMS
Primary database modelRelational DBMSTime Series DBMSKey-value storeDocument store
Object oriented DBMS
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.63
Rank#69  Overall
#37  Relational DBMS
Score2.25
Rank#115  Overall
#19  Key-value stores
Score0.06
Rank#380  Overall
#50  Document stores
#18  Object oriented DBMS
Score111.41
Rank#10  Overall
#7  Relational DBMS
Websiteduckdb.orghyprcubd.com (offline)github.com/­google/­leveldborigodb.comwww.sqlite.org
Technical documentationduckdb.org/­docsgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdorigodb.com/­docswww.sqlite.org/­docs.html
DeveloperHyprcubd, Inc.GoogleRobert Friberg et alDwayne Richard Hipp
Initial release201820112009 infounder the name LiveDB2000
Current release1.0.0, June 20241.23, February 20213.46.0  (23 May 2024), May 2024
License infoCommercial or Open SourceOpen Source infoMIT LicensecommercialOpen Source infoBSDOpen SourceOpen Source infoPublic Domain
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++GoC++C#C
Server operating systemsserver-lesshostedIllumos
Linux
OS X
Windows
Linux
Windows
server-less
Data schemeyesyesschema-freeyesyes infodynamic column types
Typing infopredefined data types such as float or dateyesyes infotime, int, uint, float, stringnoUser defined using .NET types and collectionsyes 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.nononono infocan be achieved using .NETno
Secondary indexesyesnonoyesyes
SQL infoSupport of SQLyesSQL-like query languagenonoyes infoSQL-92 is not fully supported
APIs and other access methodsArrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
gRPC (https).NET Client API
HTTP API
LINQ
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
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++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
.NetActionscript
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 proceduresnononoyesno
Triggersnononoyes infoDomain Eventsyes
Partitioning methods infoMethods for storing different data on different nodesnonenonehorizontal partitioning infoclient side managed; servers are not synchronizednone
Replication methods infoMethods for redundantly storing data on multiple nodesnonenoneSource-replica replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononodepending on modelyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnonoACIDACID
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)noyesyesyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyes infowith automatic compression on writesyes infoWrite ahead logyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyes
User concepts infoAccess controlnotoken accessnoRole based authorizationno

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
3rd partiesNavicat 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
DuckDBHyprcubdLevelDBOrigoDBSQLite
DB-Engines blog posts

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

show all

Recent citations in the news

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

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

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

DuckDB 1.0 Released
4 June 2024, iProgrammer

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

provided by Google News

Samstealer Attacking Windows Systems To Steal Sensitive Data
20 May 2024, CybersecurityNews

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19 October 2022, Blocks and Files

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14 September 2022, BleepingComputer

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26 July 2021, Phoronix

Threat Thursday: BlackGuard Infostealer Rises from Russian Underground Markets
21 April 2022, BlackBerry Blog

provided by Google News

Microsoft Research chief scientist has no issue with Windows Recall
6 June 2024, The Register

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

How to Work with SQLite Database in Python
8 June 2024, Analytics Insight

A Guide to Working with SQLite Databases in Python
21 May 2024, KDnuggets

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

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.

Present your product here