DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Graph Engine vs. H2 vs. HyperSQL vs. Splunk vs. SQLite

System Properties Comparison Graph Engine vs. H2 vs. HyperSQL vs. Splunk vs. SQLite

Editorial information provided by DB-Engines
NameGraph Engine infoformer name: Trinity  Xexclude from comparisonH2  Xexclude from comparisonHyperSQL infoalso known as HSQLDB  Xexclude from comparisonSplunk  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionA distributed in-memory data processing engine, underpinned by a strongly-typed RAM store and a general distributed computation engineFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Multithreaded, transactional RDBMS written in Java infoalso known as HSQLDBAnalytics Platform for Big DataWidely used embeddable, in-process RDBMS
Primary database modelGraph DBMS
Key-value store
Relational DBMSRelational DBMSSearch engineRelational DBMS
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.61
Rank#240  Overall
#21  Graph DBMS
#35  Key-value stores
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score3.49
Rank#87  Overall
#47  Relational DBMS
Score86.45
Rank#14  Overall
#2  Search engines
Score114.32
Rank#10  Overall
#7  Relational DBMS
Websitewww.graphengine.iowww.h2database.comhsqldb.orgwww.splunk.comwww.sqlite.org
Technical documentationwww.graphengine.io/­docs/­manualwww.h2database.com/­html/­main.htmlhsqldb.org/­web/­hsqlDocsFrame.htmldocs.splunk.com/­Documentation/­Splunkwww.sqlite.org/­docs.html
DeveloperMicrosoftThomas MuellerSplunk Inc.Dwayne Richard Hipp
Initial release20102005200120032000
Current release2.2.220, July 20232.7.2, June 20233.45.3  (15 April 2024), April 2024
License infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infobased on BSD licensecommercial infoLimited free edition and free developer edition 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.
Implementation language.NET and CJavaJavaC
Server operating systems.NETAll OS with a Java VMAll OS with a Java VM infoEmbedded (into Java applications) and Client-Server operating modesLinux
OS X
Solaris
Windows
server-less
Data schemeyesyesyesyesyes infodynamic column types
Typing infopredefined data types such as float or dateyesyesyesyesyes 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.nononoyesno
Secondary indexesyesyesyesyes
SQL infoSupport of SQLnoyesyesno infoSplunk Search Processing Language for search commandsyes infoSQL-92 is not fully supported
APIs and other access methodsRESTful HTTP APIJDBC
ODBC
HTTP API infoJDBC via HTTP
JDBC
ODBC
HTTP RESTADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesC#
C++
F#
Visual Basic
JavaAll languages supporting JDBC/ODBC
Java
C#
Java
JavaScript
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 proceduresyesJava Stored Procedures and User-Defined FunctionsJava, SQLyesno
Triggersnoyesyesyesyes
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningnonenoneShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesWith clustering: 2 database servers on different computers operate on identical copies of a databasenoneMulti-source replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynoyesyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDno infoA 'Transaction' in Splunk has a different meaning: grouping related events into a single one for later searchingACID
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes infovia file-system locks
Durability infoSupport for making data persistentoptional: either by committing a write-ahead log (WAL) to the local persistent storage or by dumping the memory to a persistent storageyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesnoyes
User concepts infoAccess controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardAccess rights for users and rolesno

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
Graph Engine infoformer name: TrinityH2HyperSQL infoalso known as HSQLDBSplunkSQLite
DB-Engines blog posts

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, 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

Trinity
2 June 2023, microsoft.com

Open source Microsoft Graph Engine takes on Neo4j
13 February 2017, InfoWorld

IBM releases Graph, a service that can outperform SQL databases
27 July 2016, GeekWire

How Google and Microsoft taught search to "understand" the Web
6 June 2012, Ars Technica

The graph analytics landscape 2019 - DataScienceCentral.com
27 February 2019, Data Science Central

provided by Google News

HyperSQL DataBase flaw leaves library vulnerable to RCE
24 October 2022, The Daily Swig

Introduction to JDBC with HSQLDB tutorial
14 November 2022, TheServerSide.com

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

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

How To Speed Up SQL Queries Using Indexes [Python Edition]
10 August 2023, KDnuggets

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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