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 > ClickHouse vs. Derby vs. SpatiaLite vs. TDengine vs. Virtuoso

System Properties Comparison ClickHouse vs. Derby vs. SpatiaLite vs. TDengine vs. Virtuoso

Editorial information provided by DB-Engines
NameClickHouse  Xexclude from comparisonDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDB  Xexclude from comparisonSpatiaLite  Xexclude from comparisonTDengine  Xexclude from comparisonVirtuoso  Xexclude from comparison
DescriptionA high-performance, column-oriented SQL DBMS for online analytical processing (OLAP) that uses all available system resources to their full potential to process each analytical query as fast as possible. It is available as both an open-source software and a cloud offering.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Spatial extension of SQLiteTime Series DBMS and big data platformVirtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphs
Primary database modelRelational DBMSRelational DBMSSpatial DBMSTime Series DBMSDocument store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Secondary database modelsTime Series DBMSRelational DBMSRelational DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score16.20
Rank#37  Overall
#23  Relational DBMS
Score5.30
Rank#66  Overall
#36  Relational DBMS
Score1.72
Rank#149  Overall
#3  Spatial DBMS
Score2.68
Rank#109  Overall
#8  Time Series DBMS
Score4.20
Rank#83  Overall
#14  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#45  Relational DBMS
#2  RDF stores
#9  Search engines
Websiteclickhouse.comdb.apache.org/­derbywww.gaia-gis.it/­fossil/­libspatialite/­indexgithub.com/­taosdata/­TDengine
tdengine.com
virtuoso.openlinksw.com
Technical documentationclickhouse.com/­docsdb.apache.org/­derby/­manuals/­index.htmlwww.gaia-gis.it/­gaia-sins/­spatialite_topics.htmldocs.tdengine.comdocs.openlinksw.com/­virtuoso
DeveloperClickhouse Inc.Apache Software FoundationAlessandro FurieriTDEngine, previously Taos DataOpenLink Software
Initial release20161997200820191998
Current releasev23.12.1.1368-stable, December 202310.17.1.0, November 20235.0.0, August 20203.0, August 20227.2.11, September 2023
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoApache version 2Open Source infoMPL 1.1, GPL v2.0 or LGPL v2.1Open Source infoGPL V3, also commercial editions availableOpen 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.
  • Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
  • ClickHouse Cloud: Get the performance you love from open source ClickHouse in a serverless offering that takes care of the details so you can spend more time getting insight out of the fastest database on earth.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
Implementation languageC++JavaC++CC
Server operating systemsFreeBSD
Linux
macOS
All OS with a Java VMserver-lessLinux
Windows
AIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
Data schemeyesyesyesyesyes 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 dateyesyesyesyesyes
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.noyesnonoyes
Secondary indexesyesyesyesnoyes
SQL infoSupport of SQLClose to ANSI SQL (SQL/JSON + extensions)yesyesStandard SQL with extensions for time-series applicationsyes infoSQL-92, SQL-200x, SQL-3, SQLX
APIs and other access methodsgRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
JDBCJDBC
RESTful HTTP 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 languagesC# info3rd party library
C++
Elixir info3rd party library
Go info3rd party library
Java info3rd party library
JavaScript (Node.js) info3rd party library
Kotlin info3rd party library
Nim info3rd party library
Perl info3rd party library
PHP info3rd party library
Python info3rd party library
R info3rd party library
Ruby info3rd party library
Rust
Scala info3rd party library
JavaC
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Rust
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Server-side scripts infoStored proceduresyesJava Stored Proceduresnonoyes infoVirtuoso PL
Triggersnoyesyesyes, via alarm monitoringyes
Partitioning methods infoMethods for storing different data on different nodeskey based and customnonenoneShardingyes
Replication methods infoMethods for redundantly storing data on multiple nodesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Source-replica replicationnoneyesChain, star, and bi-directional replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDACID
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.yesyesyesyes
User concepts infoAccess controlAccess rights for users and roles. Column and row based policies. Quotas and resource limits. Pluggable authentication with LDAP and Kerberos. Password based, X.509 certificate, and SSH key authentication.fine grained access rights according to SQL-standardnoyesFine-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
ClickHouseDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBSpatiaLiteTDengineVirtuoso
Specific characteristicsTDengine™ is a next generation data historian purpose-built for Industry 4.0 and...
» more
Virtuoso is a modern multi-model RDBMS for managing data represented as tabular relations...
» more
Competitive advantagesHigh Performance at any Scale: TDengine is purpose-built for handling massive industrial...
» more
Performance & Scale — as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
» more
Typical application scenariosTDengine is designed for Industrial IoT scenarios, including: Manufacturing Connected...
» more
Used 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 metricsTDengine has garnered over 22,500 stars on GitHub and is used in over 50 countries...
» more
Largest installed-base ​of Multi-Model RDBMS for AI-friendly Knowledge Graphs Platform...
» more
Licensing and pricing modelsTDengine OSS is an open source, cloud native time series database. It includes built-in...
» more
Available in both Commercial Enterprise and Open Source (GPL v2) Editions Feature...
» more
News

Compare InfluxDB vs. TDengine
19 April 2024

Why We Need the Next Generation Data Historian
15 April 2024

Is Closed-Source Software Really More Secure?
8 April 2024

Developers: Stop Donating Your Work to Cloud Service Providers!
28 March 2024

Compare AVEVA Data Hub vs. TDengine
19 March 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
3rd partiesDoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» more

Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» more

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

More resources
ClickHouseDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBSpatiaLiteTDengineVirtuoso
DB-Engines blog posts

Spatial database management systems
6 April 2021, Matthias Gelbmann

show all

Recent citations in the news

Why Clickhouse Should Be Your Next Database
6 July 2023, The New Stack

ClickHouse Cloud & Amazon S3 Express One Zone: Making a blazing fast analytical database even faster | Amazon ...
28 November 2023, AWS Blog

A 1000x Faster Database Solution: ClickHouse’s Aaron Katz
1 November 2023, GrowthCap

Can LLMs Replace Data Analysts? Getting Answers Using SQL
22 December 2023, Towards Data Science

TikTok Parent Open Sources Real-Time Data Warehouse
5 July 2023, Datanami

provided by Google News

JDBC tutorial: Easy installation and setup with Apache Derby
20 December 2019, TheServerSide.com

Installing Apache Hive 3.1.2 on Windows 10 | by Hadi Fadlallah
3 May 2020, Towards Data Science

The Arrival of Java 20
21 March 2023, Oracle

No, Citrix did not kill CloudStack
15 September 2014, InfoWorld

A gentle introduction to Apache Druid in Google Cloud Platform
21 October 2019, Towards Data Science

provided by Google News

TDengine 3.0 Introduces Cloud Native Architecture to Simplify Large-scale Time-Series Data Operations in IoT
23 August 2022, Yahoo Finance

TDengine Brings Open Source Time-Series Database to Kubernetes
23 August 2022, Cloud Native Now

New TDengine Benchmark Results Show Up to 37.0x Higher Query Performance Than InfluxDB and TimescaleDB
28 February 2023, GlobeNewswire

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

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

Milvus logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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.

Present your product here