ClickHouse/website/benchmark/hardware/index.html
2020-05-06 22:46:18 +03:00

71 lines
3.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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]
%}
{% set url = 'https://clickhouse.tech/benchmark/hardware/' %}
{% set no_footer = True %}
{% block content %}
<div class="container-fluid py-3">
<div class="row mb-3">
<div class="col">
<a href="/" title="Main page" class="float-left mr-3">
<img src="/images/logo.svg" alt="ClickHouse" />
</a>
<h1>{{ title }}</h1>
</div>
</div>
<div class="row mb-3">
<div id="selectors" class="col"></div>
</div>
<div class="row mb-3">
<div class="col">
<h3 class="my-3">Relative query processing time <span class="text-muted">(lower is better)</span></h3>
<div id="diagram"></div>
</div>
</div>
<div class="row mb-3">
<div class="col">
<h3 class="my-3">Full results</h3>
<div id="comparison_table" class="table-responsive"></div>
</div>
</div>
<div class="row">
<div class="col">
<h3 class="my-3">Comments</h3>
<p>Submit your own results: <a href="https://clickhouse.tech/docs/en/operations/performance-test/">https://clickhouse.tech/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/>
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/>
Results for Yandex Managed ClickHouse for "cold cache" are biased and should not be compared, because cache was not flushed for every next query.</p>
</div>
</div>
{% endblock %}