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

DBMS > Ehcache vs. InfinityDB vs. OrientDB vs. SQLite vs. VictoriaMetrics

System Properties Comparison Ehcache vs. InfinityDB vs. OrientDB vs. SQLite vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameEhcache  Xexclude from comparisonInfinityDB  Xexclude from comparisonOrientDB  Xexclude from comparisonSQLite  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
DescriptionA widely adopted Java cache with tiered storage optionsA Java embedded Key-Value Store which extends the Java Map interfaceMulti-model DBMS (Document, Graph, Key/Value)Widely used embeddable, in-process RDBMSA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelKey-value storeKey-value storeDocument store
Graph DBMS
Key-value store
Relational DBMSTime Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.64
Rank#68  Overall
#8  Key-value stores
Score0.08
Rank#365  Overall
#55  Key-value stores
Score3.25
Rank#89  Overall
#16  Document stores
#6  Graph DBMS
#13  Key-value stores
Score111.41
Rank#10  Overall
#7  Relational DBMS
Score1.23
Rank#172  Overall
#15  Time Series DBMS
Websitewww.ehcache.orgboilerbay.comorientdb.orgwww.sqlite.orgvictoriametrics.com
Technical documentationwww.ehcache.org/­documentationboilerbay.com/­infinitydb/­manualwww.orientdb.com/­docs/­last/­index.htmlwww.sqlite.org/­docs.htmldocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
DeveloperTerracotta Inc, owned by Software AGBoiler Bay Inc.OrientDB LTD; CallidusCloud; SAPDwayne Richard HippVictoriaMetrics
Initial release20092002201020002018
Current release3.10.0, March 20224.03.2.29, March 20243.46.0  (23 May 2024), May 2024v1.91, May 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2; commercial licenses availablecommercialOpen Source infoApache version 2Open Source infoPublic DomainOpen Source infoApache 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 languageJavaJavaJavaCGo
Server operating systemsAll OS with a Java VMAll OS with a Java VMAll OS with a Java JDK (>= JDK 6)server-lessFreeBSD
Linux
macOS
OpenBSD
Data schemeschema-freeyes infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")yes infodynamic column types
Typing infopredefined data types such as float or dateyesyes infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysyesyes 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.nonononono
Secondary indexesnono infomanual creation possible, using inversions based on multi-value capabilityyesyes
SQL infoSupport of SQLnonoSQL-like query language, no joinsyes infoSQL-92 is not fully supportedno
APIs and other access methodsJCacheAccess via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languagesJavaJava.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
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 proceduresnonoJava, Javascriptnono
Triggersyes infoCache Event ListenersnoHooksyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infoby using Terracotta ServernoneShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoby using Terracotta ServernoneMulti-source replicationnoneSynchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono infocould be achieved with distributed queriesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable Consistency (Strong, Eventual, Weak)Immediate Consistency infoREAD-COMMITTED or SERIALIZEDEventual Consistency
Foreign keys infoReferential integritynono infomanual creation possible, using inversions based on multi-value capabilityyes inforelationship in graphsyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infosupports JTA and can work as an XA resourceACID infoOptimistic locking for transactions; no isolation for bulk loadsACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infovia file-system locksyes
Durability infoSupport for making data persistentyes infousing a tiered cache-storage approachyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesno
User concepts infoAccess controlnonoAccess rights for users and roles; record level security configurableno

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
EhcacheInfinityDBOrientDBSQLiteVictoriaMetrics
DB-Engines blog posts

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

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Ehcache 2.0: Write-Behind Caching and JTA Support
11 May 2010, InfoQ.com

Atlassian asks customers to patch critical Jira vulnerability
22 July 2021, BleepingComputer

Hazelcast signs Java speed king to its in-memory data-grid crew
21 January 2014, The Register

Critical Jira Flaw in Atlassian Could Lead to RCE
22 July 2021, Threatpost

Scaling Australia's Most Popular Online News Sites with Ehcache
6 December 2010, InfoQ.com

provided by Google News

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

HNS IoT Botnet Evolves, Goes Cross-Platform
2 December 2023, Dark Reading

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

provided by Google News

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

A Guide to Working with SQLite Databases in Python
21 May 2024, KDnuggets

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

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

provided by Google News

VictoriaMetrics Slashes Data Storage Bills by 90% With World's Most Cost-Efficient Monitoring
30 May 2024, Business Wire

OpenTelemetry Is Too Complicated, VictoriaMetrics Says
1 April 2024, Datanami

KubeCon24: VictoriaMetrics' Simpler Alternative to Prometheus
20 March 2024, The New Stack

Green coding - VictoriaMetrics: The efficiency vs complexity trade-off
15 May 2024, ComputerWeekly.com

How VictoriaMetrics' open source approach led to mass industry adoption
3 May 2024, Tech.eu

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

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.

Present your product here