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

DBMS > HyperSQL vs. InfluxDB vs. Oracle NoSQL vs. Tarantool vs. Titan

System Properties Comparison HyperSQL vs. InfluxDB vs. Oracle NoSQL vs. Tarantool vs. Titan

Editorial information provided by DB-Engines
NameHyperSQL infoalso known as HSQLDB  Xexclude from comparisonInfluxDB  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonTarantool  Xexclude from comparisonTitan  Xexclude from comparison
Titan has been decommisioned after the takeover by Datastax. It will be removed from the DB-Engines ranking. A fork has been open-sourced as JanusGraph.
DescriptionMultithreaded, transactional RDBMS written in Java infoalso known as HSQLDBDBMS for storing time series, events and metricsA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsTitan is a Graph DBMS optimized for distributed clusters.
Primary database modelRelational DBMSTime Series DBMSDocument store
Key-value store
Relational DBMS
Document store
Key-value store
Relational DBMS
Graph DBMS
Secondary database modelsSpatial DBMS infowith GEO packageSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.30
Rank#83  Overall
#45  Relational DBMS
Score26.89
Rank#28  Overall
#1  Time Series DBMS
Score3.26
Rank#101  Overall
#18  Document stores
#17  Key-value stores
#52  Relational DBMS
Score1.88
Rank#146  Overall
#24  Document stores
#25  Key-value stores
#68  Relational DBMS
Websitehsqldb.orgwww.influxdata.com/­products/­influxdb-overviewwww.oracle.com/­database/­nosql/­technologies/­nosqlwww.tarantool.iogithub.com/­thinkaurelius/­titan
Technical documentationhsqldb.org/­web/­hsqlDocsFrame.htmldocs.influxdata.com/­influxdbdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlwww.tarantool.io/­en/­docgithub.com/­thinkaurelius/­titan/­wiki
DeveloperOracleVKAurelius, owned by DataStax
Initial release20012013201120082012
Current release2.7.2, June 20232.7.5, January 202423.3, December 20232.10.0, May 2022
License infoCommercial or Open SourceOpen Source infobased on BSD licenseOpen Source infoMIT-License; commercial enterprise version availableOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoApache license, version 2.0
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 languageJavaGoJavaC and C++Java
Server operating systemsAll OS with a Java VM infoEmbedded (into Java applications) and Client-Server operating modesLinux
OS X infothrough Homebrew
Linux
Solaris SPARC/x86
BSD
Linux
macOS
Linux
OS X
Unix
Windows
Data schemeyesschema-freeSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.Flexible data schema: relational definition for tables with ability to store json-like documents in columnsyes
Typing infopredefined data types such as float or dateyesNumeric data and Stringsoptionalstring, double, decimal, uuid, integer, blob, boolean, datetimeyes
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 indexesyesnoyesyesyes
SQL infoSupport of SQLyesSQL-like query languageSQL-like DML and DDL statementsFull-featured ANSI SQL supportno
APIs and other access methodsHTTP API infoJDBC via HTTP
JDBC
ODBC
HTTP API
JSON over UDP
RESTful HTTP APIOpen binary protocolJava API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Supported programming languagesAll languages supporting JDBC/ODBC
Java
.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
C
C#
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Clojure
Java
Python
Server-side scripts infoStored proceduresJava, SQLnonoLua, C and SQL stored proceduresyes
Triggersyesnonoyes, before/after data modification events, on replication events, client session eventsyes
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoin enterprise version onlyShardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.yes infovia pluggable storage backends
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factor infoin enterprise version onlyElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonowith Hadoop integrationyes infovia Faunus, a graph analytics engine
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infodepending on configuration
Casual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesnonoyesyes infoRelationships in graph
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoconfigurable infoACID within a storage node (=shard)ACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, cooperative multitaskingyes
Durability infoSupport for making data persistentyesyesyesyes, write ahead loggingyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcast
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoDepending on used storage engineyes infooff heap cacheyes, full featured in-memory storage engine with persistence
User concepts infoAccess controlfine grained access rights according to SQL-standardsimple rights management via user accountsAccess rights for users and rolesAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
User authentification and security via Rexster Graph Server
More information provided by the system vendor
HyperSQL infoalso known as HSQLDBInfluxDBOracle NoSQLTarantoolTitan
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» more
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» more
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Market metricsFastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» more
News

Time Series, InfluxDB, and Vector Databases
26 March 2024

Machine Learning and Infrastructure Monitoring: Tools and Justification
20 March 2024

Making Most Recent Value Queries Hundreds of Times Faster
18 March 2024

Telegraf 1.30 Release Notes
15 March 2024

Tale of the Tape: Data Historians vs Time Series Databases
13 March 2024

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
HyperSQL infoalso known as HSQLDBInfluxDBOracle NoSQLTarantoolTitan
DB-Engines blog posts

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the 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

Deserialization vulnerabilities: root cause and importance
21 September 2023, Deloitte

provided by Google News

Run and manage open source InfluxDB databases with Amazon Timestream | Amazon Web Services
14 March 2024, AWS Blog

Amazon Timestream: Managed InfluxDB for Time Series Data
14 March 2024, The New Stack

How the FDAP Stack Gives InfluxDB 3.0 Real-Time Speed, Efficiency
15 March 2024, Datanami

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
15 March 2024, Business Wire

How Apache Arrow accelerates InfluxDB
21 November 2023, InfoWorld

provided by Google News

Oracle Cloud Infrastructure Attains Expanded FedRAMP Authorization
7 February 2024, Yahoo Finance

Blog Theme - Details
21 August 2023, blogs.oracle.com

Blog Theme - Details
4 April 2023, blogs.oracle.com

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

Rubrik adds Oracle, NoSQL and SAP Hana data protection
14 November 2018, ComputerWeekly.com

provided by Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4 April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1 September 2021, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13 April 2020, Хабр

Тarantool Cartridge: Sharding Lua Backend in Three Lines
9 October 2019, Хабр

provided by Google News

Amazon DynamoDB Storage Backend for Titan: Distributed Graph Database | Amazon Web Services
24 August 2015, AWS Blog

Beyond Titan: The Evolution of DataStax's New Graph Database
21 June 2016, Datanami

Titan Graph Database Integration with DynamoDB: World-class Performance, Availability, and Scale for New Workloads
20 August 2015, All Things Distributed

DataStax acquires Aurelius, the startup behind the Titan graph database
3 February 2015, VentureBeat

DSE Graph review: Graph database does double duty
14 November 2019, InfoWorld

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.

SingleStore logo

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

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Present your product here