mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
44 lines
2.6 KiB
HTML
44 lines
2.6 KiB
HTML
|
<div>
|
||
|
<div class="container my-5 py-3">
|
||
|
<div class="row mb-5">
|
||
|
<div class="col-lg text-center">
|
||
|
<h2>Why ClickHouse might be the right choice for you?</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row mb-5">
|
||
|
<div class="col-lg-1">
|
||
|
<img src="images/index/flash.svg" alt="Blazing fast" />
|
||
|
</div>
|
||
|
<div class="col-lg-5">
|
||
|
<h3>Blazing fast</h3>
|
||
|
<p>ClickHouse uses all available hardware to its full potential to process each query as fast as possible. Peak
|
||
|
processing performance for a single query stands at more than 2 terabytes per second <span class="text-muted">(after decompression, only used columns)</span>. In distributed setup reads are automatically balanced among healthy replicas to avoid increasing latency.</p>
|
||
|
</div>
|
||
|
<div class="col-lg-1">
|
||
|
<img src="images/index/safe.svg" alt="Fault tolerant" />
|
||
|
</div>
|
||
|
<div class="col-lg-5">
|
||
|
<h3 id="fault-tolerant">Fault tolerant</h3>
|
||
|
<p>ClickHouse supports multi-master asynchronous replication and can be deployed across multiple datacenters. All nodes are equal, which allows to avoid having single points of failure. Downtime of a single node or the whole datacenter won't affect the system's availability for both reads and writes.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<div class="col-lg-1">
|
||
|
<img src="images/index/scale.svg" alt="Linearly scalable" />
|
||
|
</div>
|
||
|
<div class="col-lg-5">
|
||
|
<h3 id="linearly-scalable">Linearly scalable</h3>
|
||
|
<p>ClickHouse scales well both vertically and horizontally. ClickHouse is easily adaptable to perform either on
|
||
|
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>
|
||
|
</div>
|
||
|
<div class="col-lg-1">
|
||
|
<img src="images/index/heart.svg" alt="Easy to use" />
|
||
|
</div>
|
||
|
<div class="col-lg-5">
|
||
|
<h3>Easy to use</h3>
|
||
|
<p>ClickHouse is simple and works out-of-the-box. It streamlines all your data processing: ingest all your structured data into the system and it becomes instantly available for building reports. SQL dialect allows to express the desired result without involving any custom non-standard API that could be found in some DBMS.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|