ClickHouse/website/templates/index/scalable.html
Ivan Blinkov 0b4019becb
Website performance improvements (#10175)
* workers moved to separate repo https://github.com/ClickHouse/clickhouse-website-worker

* support prefetch tag

* Prefetch docs from front page + async load of secondary images
2020-04-10 16:56:25 +03:00

17 lines
1.0 KiB
HTML

<div>
<div class="container">
<div class="row">
<div class="col-lg">
<h2 id="linearly-scalable" class="display-4 mt-5">Linerarly scalable</h2>
<p class="lead">ClickHouse scales well both vertically and horizontally. ClickHouse is easily adaptable to perform either on a cluster with hundreds or thousands of nodes or on a single server or even on a tiny virtual machine. Currently, there are installations with more multiple trillion rows or hundreds of terabytes of data per single node.</p>
<p class="lead">
There are many ClickHouse clusters consisting of multiple hundred nodes, including few clusters of Yandex Metrica, while the largest known ClickHouse cluster is well over a thousand nodes.
</p>
</div>
<div class="col-lg">
<img data-src="/images/index/linearly-scalable.svg" alt="Lineraly scalable" title="Linearly scalable" class="mt-5" />
</div>
</div>
</div>
</div>