ClickHouse/website/benchmark/hardware/index.html

92 lines
4.8 KiB
HTML
Raw Normal View History

{% extends 'templates/base.html' %}
{% set title = 'Performance comparison of ClickHouse on various hardware' %}
{% set extra_js = [
'queries.js?' + rev_short,
'results.js?' + rev_short,
'../benchmark.js?' + rev_short]
%}
2021-09-22 00:22:57 +00:00
{% set url = 'https://clickhouse.com/benchmark/hardware/' %}
{% set no_footer = True %}
{% block content %}
<div class="container-fluid py-3">
<div class="row mb-3">
<div class="col d-flex align-items-center">
<a href="/" title="Main page" class="float-left mr-3">
<img src="/images/logo.svg" alt="ClickHouse" />
</a>
<h1 class="h2 mb-0">{{ title }}</h1>
</div>
</div>
<div class="row mb-3">
<div id="selectors" class="col"></div>
</div>
<div class="row mb-3">
<div class="col">
<h2 class="h4 my-3">Relative query processing time <span class="text-muted">(lower is better)</span></h2>
<div id="diagram"></div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<h2 class="h4 my-3">Full results</h2>
<div id="comparison_table" class="overflow-auto"></div>
</div>
</div>
<div class="row">
<div class="col">
<h2 class="h4 my-3">Comments</h2>
2021-09-22 00:22:57 +00:00
<p>Submit your own results: <a href="https://clickhouse.com/docs/en/operations/performance-test/">https://clickhouse.com/docs/en/operations/performance-test/</a></p>
<p>
Results for Lenovo B580 Laptop are from <b>Ragıp Ünal</b>. 16GB RAM 1600 GHz, 240GB SSD, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (2 Core / 4 HT)<br/>
Results for Time4vps.eu are from <b>Ragıp Ünal</b>.<br/>
Results for Dell PowerEdge R640, R641 (in Hetzner) are from <b>Dmirty Titov</b>.<br/>
Results for Dell PowerEdge R730 are from <b>Amos Bird</b>.<br/>
Results for Dell R530 are from <b>Yuriy Zolkin</b>.<br/>
Results for Xeon 2176G are from <b>Sergey Golod</b>.<br/>
Results for Azure DS3v2 are from <b>Boris Granveaud</b>.<br/>
Results for AWS are from <b>Wolf Kreuzerkrieg</b>.<br/>
Results for Huawei Taishan are from <b>Peng Gao</b> in sina.com.<br/>
2020-11-04 07:52:42 +00:00
Results for Huawei Taishan (2) are from <b>Kurmaev Roman</b> at Huawei.<br/>
Results for Selectel and AMD EPYC 7402P are from <b>Andrey Dudin</b>.<br/>
Results for ProLiant are from <b>Denis Ustinov</b>.<br/>
Results for AMD EPYC 7502P 128GiB are from <b>Kostiantyn Velychkovskyi</b>.<br/>
Results for AMD EPYC 7502P 512GiB are from <b>Sergey Zakharov</b>.<br/>
Results for Pinebook Pro are from <b>Aleksey R. @kITerE</b>.<br/>
Results for AMD Ryzen are from <b>Alexey Milovidov</b>. Firefox was running in background.<br/>
Results for Azure E32s are from <b>Piotr Maśko</b>.<br/>
Results for MacBook Pro are from <b>Denis Glazachev</b>. MacOS Catalina Version 10.15.4 (19E266). For "drop caches", the "Free Up RAM" in CleanMyMac is used.<br/>
Results for AMD EPYC 7702 are from <b>Peng Gao</b> in sina.com.<br/>
Results for Intel NUC are from <b>Alexander Zaitsev</b>, Altinity.<br/>
Xeon Gold 6230 server is using 4 x SAMSUNG datacenter class SSD in RAID-10.<br/>
2020-07-03 00:58:57 +00:00
Results for Yandex Managed ClickHouse for "cold cache" are biased and should not be compared, because cache was not flushed for every next query.<br/>
2020-07-15 21:08:51 +00:00
Results for AWS Lightsail is from <b>Vamsi Krishna B.</b><br/>
2020-07-15 21:11:37 +00:00
Results for Dell XPS laptop and Google Pixel phone is from <b>Alexander Kuzmenkov</b>.<br/>
2020-07-21 11:57:04 +00:00
Results for Android phones for "cold cache" are done without cache flushing, so they are not "cold" and cannot be compared.<br/>
2020-09-22 01:17:40 +00:00
Results for Digital Ocean are from <b>Zimin Aleksey</b>.<br/>
2020-11-14 20:37:32 +00:00
Results for 2x EPYC 7642 w/ 512 GB RAM (192 Cores) + 12X 1TB SSD (RAID6) are from <b>Yiğit Konur</b> and <b>Metehan Çetinkaya</b> of seo.do.<br/>
Results for Raspberry Pi and Digital Ocean CPU-optimized are from <b>Fritz Wijaya</b>.<br/>
Results for Digitalocean (Storage-intesinve VMs) + (CPU/GP) are from <b>Yiğit Konur</b> and <b>Metehan Çetinkaya</b> of seo.do.<br/>
Results for 2x AMD EPYC 7F72 3.2 Ghz (Total 96 Cores, IBM Cloud's Bare Metal Service) from <b>Yiğit Konur</b> and <b>Metehan Çetinkaya</b> of seo.do.<br/>
Results for 2x AMD EPYC 7742 (128 physical cores, 1 TB DDR4-3200 RAM) from <b>Yedige Davletgaliyev</b> and <b>Nikita Zhavoronkov</b> of blockchair.com.<br/>
2021-03-28 18:09:21 +00:00
Results for ASUS A15 (Ryzen laptop) are from <b>Kimmo Linna</b>.<br/>
2021-04-10 21:29:15 +00:00
Results for MacBook Air M1 are from <b>Denis Glazachev</b>.<br/>
2021-08-24 17:49:35 +00:00
Results for Xeon Gold 6140 are from <b>Shiv Iyer</b> (ChistaDATA Labs).<br/>
2021-11-13 21:43:23 +00:00
Comparison of EBS and EFS is from <b>Ramazan Polat</b>.<br/>
2021-11-18 07:44:36 +00:00
Results for Hetzner and Scaleway are from <b>Anthony Najjar Simon</b> (Panelbear).<br/>
2021-11-18 20:38:01 +00:00
Results for GCP are from <b>Vy Nguyen Tan</b>.<br/>
2021-11-20 03:49:01 +00:00
Results for ThinkPad P15 are from <b>Mikhail Shiryaev</b>.<br/>
2021-12-26 09:18:06 +00:00
Results for RockPi4 are from <b>Kirill Zholnay</b>.<br/>
2021-12-26 09:23:09 +00:00
Results for Xeon 6266C are from <b>David in Shanghai</b>.<br/>
2021-12-28 13:49:41 +00:00
Results for SSDNodes and Cavium are from <b>Lorenzo QXIP</b>.<br/>
2020-07-03 00:58:57 +00:00
</p>
</div>
</div>
{% endblock %}