ClickHouse/website/templates/index/why.html

42 lines
2.2 KiB
HTML
Raw Normal View History

2021-09-09 23:21:13 +00:00
<div class="section pt-15">
<div class="container">
<h2 class="display-2 text-center">
Why ClickHouse
</h2>
<p class="lead text-muted text-center mb-10 mx-auto" style="max-width:840px;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<div class="row mb-15">
<div class="col-lg-6 d-flex flex-column align-items-start">
<img class="icon" src="/images/icons/icon-performance.svg">
<h3>Performance</h3>
<p class="font-lg text-muted mb-3">ClickHouse supports best in the industry query performance, while significantly reducing storage requirements through our innovative use of columnar storage and compression.</p>
<hr class="is-yellow mt-auto">
</div>
<div class="col-lg-6 d-flex flex-column align-items-start">
<img class="icon" src="/images/icons/icon-scalability.svg">
<h3>Scalability</h3>
<p class="font-lg text-muted mb-3">Battle tested in production, with linear horizontal scalability from single-server deployments to clusters with many thousands of nodes.</p>
<hr class="is-yellow mt-auto">
</div>
</div>
<div class="row">
2021-09-09 23:21:13 +00:00
<div class="col-lg-6 d-flex flex-column align-items-start">
<img class="icon" src="/images/icons/icon-reliability.svg">
<h3>Reliability</h3>
<p class="font-lg text-muted mb-3">ClickHouse deployments feature best in class availability. There are no single points of failure, with the architecture supporting multi-master replication, performing effectively in multi-region configurations.</p>
<hr class="is-yellow mt-auto">
</div>
<div class="col-lg-6 d-flex flex-column align-items-start">
<img class="icon" src="/images/icons/icon-security.svg">
<h3>Security</h3>
<p class="font-lg text-muted mb-3">ClickHouse comes with enterprise grade security features and fail-safe mechanisms protecting against data corruption from application bugs and human errors.</p>
<hr class="is-yellow mt-auto">
</div>
</div>
</div>
</div>