DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Impala vs. IRONdb vs. OpenTSDB vs. SQLite

System Properties Comparison Apache Impala vs. IRONdb vs. OpenTSDB vs. SQLite

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameApache Impala  Xexclude from comparisonIRONdb  Xexclude from comparisonOpenTSDB  Xexclude from comparisonSQLite  Xexclude from comparison
IRONdb seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionAnalytic DBMS for HadoopA distributed Time Series DBMS with a focus on scalability, fault tolerance and operational simplicityScalable Time Series DBMS based on HBaseWidely used embeddable, in-process RDBMS
Primary database modelRelational DBMSTime Series DBMSTime Series DBMSRelational DBMS
Secondary database modelsDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score10.63
Rank#40  Overall
#24  Relational DBMS
Score1.59
Rank#140  Overall
#12  Time Series DBMS
Score103.35
Rank#10  Overall
#7  Relational DBMS
Websiteimpala.apache.orgwww.circonus.com/solutions/time-series-database/opentsdb.netwww.sqlite.org
Technical documentationimpala.apache.org/­impala-docs.htmldocs.circonus.com/irondb/category/getting-startedopentsdb.net/­docs/­build/­html/­index.htmlwww.sqlite.org/­docs.html
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaCirconus LLC.currently maintained by Yahoo and other contributorsDwayne Richard Hipp
Initial release2013201720112000
Current release4.1.0, June 2022V0.10.20, January 20183.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2commercialOpen Source infoLGPLOpen 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 and C++JavaC
Server operating systemsLinuxLinuxLinux
Windows
server-less
Data schemeyesschema-freeschema-freeyes infodynamic column types
Typing infopredefined data types such as float or dateyesyes infotext, numeric, histogramsnumeric data for metrics, strings for tagsyes 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.nononono
Secondary indexesyesnonoyes
SQL infoSupport of SQLSQL-like DML and DDL statementsSQL-like query language (Circonus Analytics Query Language: CAQL)noyes infoSQL-92 is not fully supported
APIs and other access methodsJDBC
ODBC
HTTP APIHTTP API
Telnet API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesAll languages supporting JDBC/ODBC.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Lua
Perl
PHP
Python
R
Ruby
Rust
Scala
Erlang
Go
Java
Python
R
Ruby
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 proceduresyes infouser defined functions and integration of map-reduceyes, in Luanono
Triggersnononoyes
Partitioning methods infoMethods for storing different data on different nodesShardingAutomatic, metric affinity per nodeSharding infobased on HBasenone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorconfigurable replication factor, datacenter awareselectable replication factor infobased on HBasenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoquery execution via MapReducenonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate consistency per node, eventual consistency across nodesImmediate Consistency infobased on HBase
Foreign keys infoReferential integritynononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanononoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes 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.nononoyes
User concepts infoAccess controlAccess rights for users, groups and roles infobased on Apache Sentry and Kerberosnonono

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

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, 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

Apache Impala 4 Supports Operator Multi-Threading
29 July 2021, iProgrammer

Apache Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

Hudi: Uber Engineering’s Incremental Processing Framework on Apache Hadoop
12 March 2017, Uber

Updates & Upserts in Hadoop Ecosystem with Apache Kudu
27 October 2017, KDnuggets

provided by Google News

Application observability firm Apica buys telemetry data startup Circonus and adds more funding
21 February 2024, SiliconANGLE News

Apica gets $6 million in funding and buys Circonus -
21 February 2024, Enterprise Times

provided by Google News

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

Brain Monitoring with Kafka, OpenTSDB, and Grafana
5 August 2016, KDnuggets

LogicMonitor Rolls a Time Series Database for Finer-Grain Reporting
1 June 2016, The New Stack

provided by Google News

Intro to Node's built-in SQLite module
24 September 2024, InfoWorld

Google researchers suggest "fixing" SQL with pipe syntax, SQLite creator unconvinced
30 August 2024, DevClass

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

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

SQLite Gets Into Vector Search
5 September 2024, iProgrammer

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Neo4j logo

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

RaimaDB logo

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

Present your product here