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

DBMS > HugeGraph vs. QuestDB vs. RavenDB vs. Riak KV vs. Vertica

System Properties Comparison HugeGraph vs. QuestDB vs. RavenDB vs. Riak KV vs. Vertica

Editorial information provided by DB-Engines
NameHugeGraph  Xexclude from comparisonQuestDB  Xexclude from comparisonRavenDB  Xexclude from comparisonRiak KV  Xexclude from comparisonVertica infoOpenText™ Vertica™  Xexclude from comparison
DescriptionA fast-speed and highly-scalable Graph DBMSA high performance open source SQL database for time series dataOpen Source Operational and Transactional Enterprise NoSQL Document DatabaseDistributed, fault tolerant key-value storeCloud or off-cloud analytical database and query engine for structured and semi-structured streaming and batch data. Machine learning platform with built-in algorithms, data preparation capabilities, and model evaluation and management via SQL or Python.
Primary database modelGraph DBMSTime Series DBMSDocument storeKey-value store infowith links between data sets and object tags for the creation of secondary indexesRelational DBMS infoColumn oriented
Secondary database modelsRelational DBMSGraph DBMS
Spatial DBMS
Time Series DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.13
Rank#336  Overall
#32  Graph DBMS
Score2.52
Rank#109  Overall
#9  Time Series DBMS
Score2.92
Rank#101  Overall
#18  Document stores
Score4.10
Rank#82  Overall
#9  Key-value stores
Score10.68
Rank#43  Overall
#27  Relational DBMS
Websitegithub.com/­hugegraph
hugegraph.apache.org
questdb.ioravendb.netwww.vertica.com
Technical documentationhugegraph.apache.org/­docsquestdb.io/­docsravendb.net/­docswww.tiot.jp/­riak-docs/­riak/­kv/­latestvertica.com/­documentation
DeveloperBaiduQuestDB Technology IncHibernating RhinosOpenSource, formerly Basho TechnologiesOpenText infopreviously Micro Focus and Hewlett Packard
Initial release20182014201020092005
Current release0.95.4, July 20223.2.0, December 202212.0.3, January 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache 2.0Open Source infoAGPL version 3, commercial license availableOpen Source infoApache version 2, commercial enterprise editioncommercial infoLimited community edition free
Cloud-based only infoOnly available as a cloud servicenonononono infoon-premises, all major clouds - Amazon AWS, Microsoft Azure, Google Cloud Platform and containers
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaJava (Zero-GC), C++, RustC#ErlangC++
Server operating systemsLinux
macOS
Unix
Linux
macOS
Windows
Linux
macOS
Raspberry Pi
Windows
Linux
OS X
Linux
Data schemeyesyes infoschema-free via InfluxDB Line Protocolschema-freeschema-freeYes, but also semi-structure/unstructured data storage, and complex hierarchical data (like Parquet) stored and/or queried.
Typing infopredefined data types such as float or dateyesyesnonoyes
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 indexesyes infoalso supports composite index and range indexnoyesrestrictedNo Indexes Required. Different internal optimization strategy, but same functionality included.
SQL infoSupport of SQLnoSQL with time-series extensionsSQL-like query language (RQL)noFull 1999 standard plus machine learning, time series and geospatial. Over 650 functions.
APIs and other access methodsJava API
RESTful HTTP API
TinkerPop Gremlin
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
HTTP API
Native Erlang Interface
ADO.NET
JDBC
Kafka Connector
ODBC
RESTful HTTP API
Spark Connector
vSQL infocharacter-based, interactive, front-end utility
Supported programming languagesGroovy
Java
Python
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
C#
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Server-side scripts infoStored proceduresasynchronous Gremlin script jobsnoyesErlangyes, PostgreSQL PL/pgSQL, with minor differences
Triggersnonoyesyes infopre-commit hooks and post-commit hooksyes, called Custom Alerts
Partitioning methods infoMethods for storing different data on different nodesyes infodepending on used storage backend, e.g. Cassandra and HBasehorizontal partitioning (by timestamps)ShardingSharding infono "single point of failure"horizontal partitioning, hierarchical partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes infodepending on used storage backend, e.g. Cassandra and HBaseSource-replica replication with eventual consistencyMulti-source replicationselectable replication factorMulti-source replication infoOne, or more copies of data replicated across nodes, or object-store used for repository.
MapReduce infoOffers an API for user-defined Map/Reduce methodsvia hugegraph-sparknoyesyesno infoBi-directional Spark integration
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.Eventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoedges in graphnonono infolinks between data sets can be storedyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID for single-table writesACID, Cluster-wide transaction availablenoACID
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.yesyes infothrough memory mapped filesno
User concepts infoAccess controlUsers, roles and permissionsAuthorization levels configured per client per databaseyes, using Riak Securityfine grained access rights according to SQL-standard; supports Kerberos, LDAP, Ident and hash
More information provided by the system vendor
HugeGraphQuestDBRavenDBRiak KVVertica infoOpenText™ Vertica™
Specific characteristicsRelational model with native time series support Column-based storage and time partitioned...
» more
Deploy-anywhere database for large-scale analytical deployments. Deploy off-cloud,...
» more
Competitive advantagesHigh ingestion throughput: peak of 4M rows/sec (TSBS Benchmark) Code optimizations...
» more
Fast, scalable, and capable of high concurrency. Separation of compute/storage leverages...
» more
Typical application scenariosFinancial tick data Industrial IoT Application Metrics Monitoring
» more
Communication and network analytics, Embedded analytics, Fraud monitoring and Risk...
» more
Key customersBanks & Hedge funds, Yahoo, OKX, Airbus, Aquis Exchange, Net App, Cloudera, Airtel,...
» more
Abiba Systems, Adform, adMarketplace, AmeriPride, Anritsu, AOL, Avito, Auckland Transport,...
» more
Licensing and pricing modelsOpen source Apache 2.0 QuestDB Enterprise QuestDB Cloud
» more
Cost-based models and subscription-based models are both available. One license is...
» 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

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

More resources
HugeGraphQuestDBRavenDBRiak KVVertica infoOpenText™ Vertica™
Recent citations in the news

Critical Apache HugeGraph Flaw Let Attackers Execute Remote Code
23 April 2024, GBHackers

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

Read the Pitch Deck Database Startup QuestDB Used to Raise $12 Million
11 November 2021, Business Insider

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

provided by Google News

RavenDB Launches Version 6.0 Lightning Fast Queries, Data Integrations, Corax Indexing Engine, and Sharding
2 October 2023, PR Newswire

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13 June 2023, PR Newswire

Install the NoSQL RavenDB Data System
14 May 2021, The New Stack

Oren Eini on RavenDB, Including Consistency Guarantees and C# as the Implementation Language
23 May 2022, InfoQ.com

RavenDB Adds Graph Queries
15 May 2019, Datanami

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

Riak Taps Mesos for 'Push Button' NoSQL Scalability
20 August 2015, Datanami

provided by Google News

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

How Embedded Analytics Help ISVs Overcome Challenges
14 September 2023, Spiceworks News and Insights

OpenText expands enterprise portfolio with AI and Micro Focus integrations
25 July 2023, VentureBeat

Postgres pioneer Michael Stonebraker promises to upend the database once more
26 December 2023, The Register

OpenText integrates Micro Focus tech through Cloud Editions 23.3
26 July 2023, Techzine Europe

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.

Milvus logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here