{% extends 'templates/base.html' %} {% set title = 'Performance comparison of database management systems' %} {% set extra_js = [ 'queries.js?' + rev_short, 'results.js?' + rev_short, '../benchmark.js?' + rev_short] %} {% set url = 'https://clickhouse.com/benchmark/dbms/' %} {% set no_footer = True %} {% block content %}
ClickHouse

Performance comparison of analytical DBMS

Relative query processing time (lower is better)

Full results

Comments

Most results are for single server setup with the following configuration: two socket Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz; 128 GiB RAM; md RAID-5 on 8 6TB SATA HDD; ext4.

Some additional results (marked as x2, x3, x6) are for clustered setup for comparison. These results are contributed from independent teams and hardware specification may differ.

Disclaimer! Some results are outdated:

  • Results for MemSQL were obtained in 2015 for version 3.2.
  • Results for Vertica were obtained in 2015 for version 7.1.1.

See also: performance comparison of ClickHouse on various hardware.

{% endblock %}