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 > Apache Jena - TDB vs. Hive vs. QuestDB vs. RocksDB vs. SurrealDB

System Properties Comparison Apache Jena - TDB vs. Hive vs. QuestDB vs. RocksDB vs. SurrealDB

Editorial information provided by DB-Engines
NameApache Jena - TDB  Xexclude from comparisonHive  Xexclude from comparisonQuestDB  Xexclude from comparisonRocksDB  Xexclude from comparisonSurrealDB  Xexclude from comparison
DescriptionA RDF storage and query DBMS, shipped as an optional-use component of the Apache Jena frameworkdata warehouse software for querying and managing large distributed datasets, built on HadoopA high performance open source SQL database for time series dataEmbeddable persistent key-value store optimized for fast storage (flash and RAM)A fully ACID transactional, developer-friendly, multi-model DBMS
Primary database modelRDF storeRelational DBMSTime Series DBMSKey-value storeDocument store
Graph DBMS
Secondary database modelsRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.75
Rank#84  Overall
#3  RDF stores
Score61.17
Rank#18  Overall
#12  Relational DBMS
Score2.52
Rank#109  Overall
#9  Time Series DBMS
Score3.65
Rank#85  Overall
#11  Key-value stores
Score0.86
Rank#203  Overall
#34  Document stores
#18  Graph DBMS
Websitejena.apache.org/­documentation/­tdb/­index.htmlhive.apache.orgquestdb.iorocksdb.orgsurrealdb.com
Technical documentationjena.apache.org/­documentation/­tdb/­index.htmlcwiki.apache.org/­confluence/­display/­Hive/­Homequestdb.io/­docsgithub.com/­facebook/­rocksdb/­wikisurrealdb.com/­docs
DeveloperApache Software Foundation infooriginally developed by HP LabsApache Software Foundation infoinitially developed by FacebookQuestDB Technology IncFacebook, Inc.SurrealDB Ltd
Initial release20002012201420132022
Current release4.9.0, July 20233.1.3, April 20228.11.4, April 2024v1.5.0, May 2024
License infoCommercial or Open SourceOpen Source infoApache License, Version 2.0Open Source infoApache Version 2Open Source infoApache 2.0Open Source infoBSDOpen Source
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 languageJavaJavaJava (Zero-GC), C++, RustC++Rust
Server operating systemsAll OS with a Java VMAll OS with a Java VMLinux
macOS
Windows
LinuxLinux
macOS
Windows
Data schemeyes infoRDF Schemasyesyes infoschema-free via InfluxDB Line Protocolschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyesnoyes
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.nono
Secondary indexesyesyesnono
SQL infoSupport of SQLnoSQL-like DML and DDL statementsSQL with time-series extensionsnoSQL-like query language
APIs and other access methodsFuseki infoREST-style SPARQL HTTP Interface
Jena RDF API
RIO infoRDF Input/Output
JDBC
ODBC
Thrift
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
C++ API
Java API
GraphQL
RESTful HTTP API
WebSocket
Supported programming languagesJavaC++
Java
PHP
Python
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
C
C++
Go
Java
Perl
Python
Ruby
Deno
Go
JavaScript (Node.js)
Rust
Server-side scripts infoStored proceduresyesyes infouser defined functions and integration of map-reducenono
Triggersyes infovia event handlernono
Partitioning methods infoMethods for storing different data on different nodesnoneShardinghorizontal partitioning (by timestamps)horizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factorSource-replica replication with eventual consistencyyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infoquery execution via MapReducenonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoTDB TransactionsnoACID for single-table writesyesACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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.yes infothrough memory mapped filesyes
User concepts infoAccess controlAccess control via Jena SecurityAccess rights for users, groups and rolesnoyes, based on authentication and database rules
More information provided by the system vendor
Apache Jena - TDBHiveQuestDBRocksDBSurrealDB
Specific characteristicsRelational model with native time series support Column-based storage and time partitioned...
» more
Competitive advantagesHigh ingestion throughput: peak of 4M rows/sec (TSBS Benchmark) Code optimizations...
» more
Typical application scenariosFinancial tick data Industrial IoT Application Metrics Monitoring
» more
Key customersBanks & Hedge funds, Yahoo, OKX, Airbus, Aquis Exchange, Net App, Cloudera, Airtel,...
» more
Licensing and pricing modelsOpen source Apache 2.0 QuestDB Enterprise QuestDB Cloud
» more
News

QuestDB and Raspberry Pi 5 benchmark, a pocket-sized powerhouse
8 May 2024

Build your own resource monitor with QuestDB and Grafana
6 May 2024

Does "vpmovzxbd" Scare You? Here's Why it Doesn't Have To
12 April 2024

Create an ADS-B flight radar with QuestDB and a Raspberry Pi
8 April 2024

Build a temperature IoT sensor with Raspberry Pi Pico & QuestDB
5 April 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
3rd partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Apache Jena - TDBHiveQuestDBRocksDBSurrealDB
DB-Engines blog posts

Why is Hadoop not listed in the DB-Engines Ranking?
13 May 2013, Paul Andlinger

show all

Recent citations in the news

Sparql Secrets In Jena-Fuseki - DataScienceCentral.com
24 July 2022, Data Science Central

Extract and query knowledge graphs using Apache Jena (SPARQL Engine)
4 December 2019, Towards Data Science

A catalogue with semantic annotations makes multilabel datasets FAIR | Scientific Reports
4 May 2022, Nature.com

MarkLogic Hones Its Triple Store
18 August 2015, Datanami

How relevant is data analytics to businesses today?
21 August 2016, The Sociable

provided by Google News

Apache Software Foundation Announces Apache® Hive 4.0
30 April 2024, GlobeNewswire

ASF Unveils the Next Evolution of Big Data Processing With the Launch of Hive 4.0
2 May 2024, Datanami

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18 October 2023, AWS Blog

18 Top Big Data Tools and Technologies to Know About in 2024
24 January 2024, TechTarget

DataCentral: Uber's Observability and Chargeback Platform
1 February 2024, Uber

provided by Google News

QuestDB snares $12M Series A with hosted version coming soon
3 November 2021, TechCrunch

SQL Extensions for Time-Series Data in QuestDB
11 January 2021, Towards Data Science

Q&A: Nicolas Hourcard, QuestDB: The advantages of a time-series database
3 December 2020, Developer News

Comparing Different Time-Series Databases
10 February 2022, hackernoon.com

Aquis Exchange goes live with QuestDB for real time monitoring
2 November 2022, FinanceFeeds

provided by Google News

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

The Journey to a Million Ops / Sec / Node in Venice
16 March 2024, InfoQ.com

provided by Google News

SD Times Open-Source Project of the Week: SurrealDB
10 May 2024, SDTimes.com

Meet Tobie Morgan Hitchcock, CEO & Co-Founder Of SurrealDB
25 April 2024, TechRound

Cloud, privacy and AI: Trends defining the future of data and databases
27 September 2023, Sifted

SurrealDB raises $6M for its database-as-a-service offering
4 January 2023, TechCrunch

Introducing SurrealDB: A Quantum Leap in Database Technology
11 September 2023, TechRound

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

Milvus logo

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Present your product here