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 > RocksDB vs. RRDtool vs. SiriDB vs. SQLite

System Properties Comparison RocksDB vs. RRDtool vs. SiriDB vs. SQLite

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameRocksDB  Xexclude from comparisonRRDtool  Xexclude from comparisonSiriDB  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionEmbeddable persistent key-value store optimized for fast storage (flash and RAM)Industry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.Open Source Time Series DBMSWidely used embeddable, in-process RDBMS
Primary database modelKey-value storeTime Series DBMSTime Series DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.41
Rank#86  Overall
#11  Key-value stores
Score1.90
Rank#132  Overall
#11  Time Series DBMS
Score0.07
Rank#378  Overall
#42  Time Series DBMS
Score111.41
Rank#10  Overall
#7  Relational DBMS
Websiterocksdb.orgoss.oetiker.ch/­rrdtoolsiridb.comwww.sqlite.org
Technical documentationgithub.com/­facebook/­rocksdb/­wikioss.oetiker.ch/­rrdtool/­docdocs.siridb.comwww.sqlite.org/­docs.html
DeveloperFacebook, Inc.Tobias OetikerCesbitDwayne Richard Hipp
Initial release2013199920172000
Current release9.2.1, May 20241.8.0, 20223.46.0  (23 May 2024), May 2024
License infoCommercial or Open SourceOpen Source infoBSDOpen Source infoGPL V2 and FLOSSOpen Source infoMIT LicenseOpen Source infoPublic Domain
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C infoImplementations in Java (e.g. RRD4J) and C# availableCC
Server operating systemsLinuxHP-UX
Linux
Linuxserver-less
Data schemeschema-freeyesyesyes infodynamic column types
Typing infopredefined data types such as float or datenoNumeric data onlyyes infoNumeric datayes 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.nono infoExporting into and restoring from XML files possiblenono
Secondary indexesnonoyesyes
SQL infoSupport of SQLnononoyes infoSQL-92 is not fully supported
APIs and other access methodsC++ API
Java API
in-process shared library
Pipes
HTTP APIADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesC
C++
Go
Java
Perl
Python
Ruby
C infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
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 proceduresnononono
Triggersnonoyes
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningnoneShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyesnoneyesnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemnone
Foreign keys infoReferential integritynononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesnonoACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoby using the rrdcached daemonyesyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyes
User concepts infoAccess controlnonosimple rights management via user accountsno

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 partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more
Navicat 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
RocksDBRRDtoolSiriDBSQLite
DB-Engines blog posts

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

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

show all

Recent citations in the news

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29 March 2024, Phoronix

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

Facebook's MyRocks Truly Rocks!
21 September 2020, Open Source For You

provided by Google News

SQLi vulnerability in Cacti could lead to RCE (CVE-2023-51448)
9 January 2024, Help Net Security

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

How to install Cacti SNMP Monitor on Ubuntu
24 November 2017, TechRepublic

Installation Guide for Collectd and Collectd-Web to Monitor Server Resources in Linux
29 November 2017, Linux.com

Cacti servers under attack by attackers exploiting CVE-2022-46169
16 January 2023, Help Net Security

provided by Google News

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

Copilot‘s screen-snapping Recall data stored in plain text
31 May 2024, CyberNews.com

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

SQLite in Python: A Practical Guide for Developers
1 June 2024, Analytics Insight

Fully local retrieval-augmented generation, step by step
10 April 2024, InfoWorld

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

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.

Present your product here