> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickHouse 指南

> ClickHouse 使用指南——涵盖数据建模、性能、示例、OSS 部署等。

选择一个想要深入了解的方向。

<CardGroup cols={2}>
  <Card title="数据格式" icon="file-code" href="/zh/guides/clickhouse/data-formats/intro">
    了解如何使用 CSV、Parquet、Arrow、Avro、JSON、SQL、二进制以及 Template/regex 格式。
  </Card>

  <Card title="数据建模" icon="diagram-project" href="/zh/guides/clickhouse/data-modelling">
    涵盖 schema 设计、主索引、反规范化、回填、压缩，以及数组/JOIN 的使用。
  </Card>

  <Card title="性能与监控" icon="gauge-high" href="/zh/guides/clickhouse/performance-and-monitoring/query-optimization">
    介绍查询优化、analyzer，以及理解查询执行的相关技术。
  </Card>

  <Card title="聚合组合器示例" icon="calculator" href="/zh/guides/clickhouse/examples/aggregate-function-combinators/anyIf">
    提供各类聚合函数组合器的详细示例 (`-If`、`-Map`、`-Array`、`-State`、`-Merge`、`-Resample` 等) 。
  </Card>

  <Card title="自管理升级" icon="arrow-up" href="/zh/guides/oss/update">
    自管理 ClickHouse 部署的升级流程。
  </Card>

  <Card title="OSS 最佳实践" icon="lightbulb" href="/zh/guides/oss/best-practices/sizing-and-hardware-recommendations">
    运行 ClickHouse OSS 的容量规划、硬件建议和运维技巧。
  </Card>

  <Card title="部署与扩缩容" icon="server" href="/zh/guides/oss/deployment-and-scaling">
    涵盖复制、分片、Keeper、监控，以及端到端部署示例。
  </Card>
</CardGroup>
