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 > Hawkular Metrics vs. Memcached vs. TimescaleDB vs. UniData,UniVerse vs. Virtuoso

System Properties Comparison Hawkular Metrics vs. Memcached vs. TimescaleDB vs. UniData,UniVerse vs. Virtuoso

Editorial information provided by DB-Engines
NameHawkular Metrics  Xexclude from comparisonMemcached  Xexclude from comparisonTimescaleDB  Xexclude from comparisonUniData,UniVerse  Xexclude from comparisonVirtuoso  Xexclude from comparison
DescriptionHawkular metrics is the metric storage of the Red Hat sponsored Hawkular monitoring system. It is based on Cassandra.In-memory key-value store, originally intended for cachingA time series DBMS optimized for fast ingest and complex queries, based on PostgreSQLMultiValue database and application server with SQL mapping layer and meta database capabilitiesVirtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphs
Primary database modelTime Series DBMSKey-value storeTime Series DBMSMultivalue DBMSDocument store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Secondary database modelsRelational DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.07
Rank#366  Overall
#38  Time Series DBMS
Score20.81
Rank#32  Overall
#4  Key-value stores
Score5.33
Rank#72  Overall
#4  Time Series DBMS
Score3.93
Rank#89  Overall
#2  Multivalue DBMS
Score4.39
Rank#82  Overall
#13  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#44  Relational DBMS
#2  RDF stores
#9  Search engines
Websitewww.hawkular.orgwww.memcached.orgwww.timescale.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidatavirtuoso.openlinksw.com
Technical documentationwww.hawkular.org/­hawkular-metrics/­docs/­user-guidegithub.com/­memcached/­memcached/­wikidocs.timescale.comdocs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidatadocs.openlinksw.com/­virtuoso
DeveloperCommunity supported by Red HatDanga Interactive infooriginally developed by Brad Fitzpatrick for LiveJournalTimescaleRocket SoftwareOpenLink Software
Initial release20142003201719851998
Current release1.6.25, March 20242.13.0, November 20237.2.11, September 2023
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoBSD licenseOpen Source infoApache 2.0commercialOpen Source infoGPLv2, extended commercial license available
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 languageJavaCCCC
Server operating systemsLinux
OS X
Windows
FreeBSD
Linux
OS X
Unix
Windows
Linux
OS X
Windows
AIX
HP-UX
Linux
Solaris
Windows
AIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
Data schemeschema-freeschema-freeyesschema-freeyes infoSQL - Standard relational schema
RDF - Quad (S, P, O, G) or Triple (S, P, O)
XML - DTD, XML Schema
DAV - freeform filesystem objects, plus User Defined Types a/k/a Dynamic Extension Type
Typing infopredefined data types such as float or dateyesnonumerics, strings, booleans, arrays, JSON blobs, geospatial dimensions, currencies, binary data, other complex data typesoptionalyes
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.noyesyes
Secondary indexesnonoyesyesyes
SQL infoSupport of SQLnonoyes infofull PostgreSQL SQL syntaxyesyes infoSQL-92, SQL-200x, SQL-3, SQLX
APIs and other access methodsHTTP RESTProprietary protocolADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Java API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
ADO.NET
GeoSPARQL
HTTP API
JDBC
Jena RDF API
ODBC
OLE DB
RDF4J API
RESTful HTTP API
Sesame REST HTTP Protocol
SOAP webservices
SPARQL 1.1
WebDAV
XPath
XQuery
XSLT
Supported programming languagesGo
Java
Python
Ruby
.Net
C
C++
ColdFusion
Erlang
Java
Lisp
Lua
OCaml
Perl
PHP
Python
Ruby
.Net
C
C++
Delphi
Java infoJDBC
JavaScript
Perl
PHP
Python
R
Ruby
Scheme
Tcl
.Net
Basic infoU2 Basic
C
Java
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Server-side scripts infoStored proceduresnonouser defined functions, PL/pgSQL, PL/Tcl, PL/Perl, PL/Python, PL/Java, PL/PHP, PL/R, PL/Ruby, PL/Scheme, PL/Unix shellyesyes infoVirtuoso PL
Triggersyes infovia Hawkular Alertingnoyesyes infoU2 Basicyes
Partitioning methods infoMethods for storing different data on different nodesSharding infobased on Cassandranoneyes, across time and space (hash partitioning) attributesnoneyes
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infobased on Cassandranone infoRepcached, a Memcached patch, provides this functionallitySource-replica replication with hot standby and reads on replicas infoSource-replica replicationChain, star, and bi-directional replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDACID infoconfigurableACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesnoyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlnoyes infousing SASL (Simple Authentication and Security Layer) protocolfine grained access rights according to SQL-standardAccess rights according to SQL-standard and operating system basedFine-grained Attribute-Based Access Control (ABAC) in addition to typical coarse-grained Role-Based Access Control (RBAC) according to SQL-standard. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)
More information provided by the system vendor
Hawkular MetricsMemcachedTimescaleDBUniData,UniVerseVirtuoso
Specific characteristicsVirtuoso is a modern multi-model RDBMS for managing data represented as tabular relations...
» more
Competitive advantagesPerformance & Scale — as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
» more
Typical application scenariosUsed for — Analytics/BI Conceptual Data Virtualization Enterprise Knowledge Graphs...
» more
Key customersBroad use across enterprises and governments including — European Union (EU) US Government...
» more
Market metricsLargest installed-base ​of Multi-Model RDBMS for AI-friendly Knowledge Graphs Platform...
» more
Licensing and pricing modelsAvailable in both Commercial Enterprise and Open Source (GPL v2) Editions Feature...
» more

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
Hawkular MetricsMemcachedTimescaleDBUniData,UniVerseVirtuoso
DB-Engines blog posts

Redis extends the lead in the DB-Engines key-value store ranking
3 February 2014, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

Recent citations in the news

Waiting for Red Hat OpenShift 4.0? Too late, 4.1 has already arrived… • DEVCLASS
5 June 2019, DevClass

provided by Google News

Amazon ElastiCache Serverless for Redis and Memcached is now available | Amazon Web Services
27 November 2023, AWS Blog

Why DDoS Threat Actors Are Shifting Their Tactics
15 March 2024, Infosecurity Magazine

Amazon ElastiCache for Memcached simplifies creating new clusters in the AWS Management Console
22 August 2023, AWS Blog

Memcached DDoS: The biggest, baddest denial of service attacker yet
1 March 2018, ZDNet

What are memcached servers, and why are they being used to launch record-setting DDoS attacks?
6 March 2018, GeekWire

provided by Google News

TimescaleDB Is a Vector Database Now, Too
25 September 2023, Datanami

Timescale Launches Dynamic PostgreSQL, the Cost-Effective Alternative to Serverless and Peak-Allocation Pay Models
6 November 2023, PR Newswire

Timescale Introduces Dynamic PostgreSQL, an Alternative to Serverless Databases
19 November 2023, InfoQ.com

Visualizing IoT Data at Scale With Hopara and TimescaleDB
16 May 2023, Embedded Computing Design

Power IoT and time-series workloads with TimescaleDB for Azure Database for PostgreSQL
18 March 2019, azure.microsoft.com

provided by Google News

Unidata awarded EUR 3 mln smart water metering contract
16 January 2024, Telecompaper EN

Unidata uses Jetstream to make geoscience data available to science community
29 January 2020, IU Newsroom

Unidata names ASN and Elettra to build new Mediterranean cable
18 October 2022, Capacity Media

Unidata turns 25 | NCAR & UCAR News
15 January 2010, news.ucar.edu

DPIRD and Unidata upgrade weather stations to 4G
10 June 2023, Farm Weekly

provided by Google News



Share this page

Featured Products

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

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.

Neo4j logo

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

Present your product here