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 > H2 vs. JaguarDB vs. Oracle Rdb vs. RocksDB vs. SQLite

System Properties Comparison H2 vs. JaguarDB vs. Oracle Rdb vs. RocksDB vs. SQLite

Editorial information provided by DB-Engines
NameH2  Xexclude from comparisonJaguarDB  Xexclude from comparisonOracle Rdb  Xexclude from comparisonRocksDB  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Performant, highly scalable DBMS for AI and IoT applicationsEmbeddable persistent key-value store optimized for fast storage (flash and RAM)Widely used embeddable, in-process RDBMS
Primary database modelRelational DBMSKey-value store
Vector DBMS
Relational DBMSKey-value storeRelational DBMS
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score0.00
Rank#383  Overall
#60  Key-value stores
#13  Vector DBMS
Score1.08
Rank#184  Overall
#85  Relational DBMS
Score3.65
Rank#85  Overall
#11  Key-value stores
Score114.32
Rank#10  Overall
#7  Relational DBMS
Websitewww.h2database.comwww.jaguardb.comwww.oracle.com/­database/­technologies/­related/­rdb.htmlrocksdb.orgwww.sqlite.org
Technical documentationwww.h2database.com/­html/­main.htmlwww.jaguardb.com/­support.htmlwww.oracle.com/­database/­technologies/­related/­rdb-doc.htmlgithub.com/­facebook/­rocksdb/­wikiwww.sqlite.org/­docs.html
DeveloperThomas MuellerDataJaguar, Inc.Oracle, originally developed by Digital Equipment Corporation (DEC)Facebook, Inc.Dwayne Richard Hipp
Initial release20052015198420132000
Current release2.2.220, July 20233.3 July 20237.4.1.1, 20218.11.4, April 20243.45.3  (15 April 2024), April 2024
License infoCommercial or Open SourceOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoGPL V3.0commercialOpen Source infoBSDOpen 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.
Implementation languageJavaC++ infothe server part. Clients available in other languagesC++C
Server operating systemsAll OS with a Java VMLinuxHP Open VMSLinuxserver-less
Data schemeyesyesFlexible Schema (defined schema, partial schema, schema free)schema-freeyes infodynamic column types
Typing infopredefined data types such as float or dateyesyesyesnoyes 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.nonononono
Secondary indexesyesyesyesnoyes
SQL infoSupport of SQLyesA subset of ANSI SQL is implemented infobut no views, foreign keys, triggersyesnoyes infoSQL-92 is not fully supported
APIs and other access methodsJDBC
ODBC
JDBC
ODBC
C++ API
Java API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesJavaC
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
C
C++
Go
Java
Perl
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 proceduresJava Stored Procedures and User-Defined Functionsnonono
Triggersyesnoyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardinghorizontal partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesWith clustering: 2 database servers on different computers operate on identical copies of a databaseMulti-source replicationyesnone
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 integrityyesnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoyes, on a single nodeyesACID
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyesyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnonoyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardrights management via user accountsnono

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 partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» 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
H2JaguarDBOracle RdbRocksDBSQLite
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

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

Should we all consolidate databases for the storage benefits? Reg vultures deploy DevOps, zoos, haircuts
18 September 2020, The Register

2013 Data Science Salary Survey – O'Reilly
4 May 2013, O'Reilly Media

provided by Google News

Pliops Unveils Accelerated Key-Value Store That Boosts RocksDB Performance by 20x at OCP Global Summit
18 October 2022, GlobeNewswire

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29 March 2024, Phoronix

Facebook's MyRocks Truly Rocks!
21 September 2020, Open Source For You

provided by Google News

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

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

Another Look At The Bcachefs Performance on Linux 6.7 Review
30 November 2023, Phoronix

provided by Google News



Share this page

Featured Products

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.

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here