> ## 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="/ja/guides/clickhouse/data-formats/intro">
    CSV、Parquet、Arrow、Avro、JSON、SQL、バイナリ、Template/Regex フォーマットの扱い方。
  </Card>

  <Card title="データモデリング" icon="diagram-project" href="/ja/guides/clickhouse/data-modelling">
    スキーマ設計、プライマリインデックス、非正規化、バックフィル、圧縮、Array や JOIN の活用方法。
  </Card>

  <Card title="パフォーマンスと監視" icon="gauge-high" href="/ja/guides/clickhouse/performance-and-monitoring/query-optimization">
    クエリ最適化、アナライザ、クエリ実行を理解するための手法。
  </Card>

  <Card title="集約 combinator の例" icon="calculator" href="/ja/guides/clickhouse/examples/aggregate-function-combinators/anyIf">
    すべての aggregate-function combinator (`-If`、`-Map`、`-Array`、`-State`、`-Merge`、`-Resample` など) の実践例。
  </Card>

  <Card title="セルフマネージド環境のアップグレード" icon="arrow-up" href="/ja/guides/oss/update">
    セルフマネージドの ClickHouse デプロイメント向けアップグレード手順。
  </Card>

  <Card title="OSS のベストプラクティス" icon="lightbulb" href="/ja/guides/oss/best-practices/sizing-and-hardware-recommendations">
    ClickHouse OSS を運用するためのサイジング、推奨ハードウェア、運用上のヒント。
  </Card>

  <Card title="デプロイメントとスケーリング" icon="server" href="/ja/guides/oss/deployment-and-scaling">
    レプリケーション、分片、Keeper、監視、エンドツーエンドのデプロイメント例。
  </Card>
</CardGroup>
