> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> パフォーマンスと最適化の概要ページ

# パフォーマンスと最適化

このセクションには、ClickHouse のパフォーマンスを向上させるためのヒントやベストプラクティスがまとめられています。
このセクションを読む前に、[Core Concepts](/docs/ja/concepts/core-concepts/parts) を参照することをおすすめします。
このページでは、パフォーマンス改善に必要となる主要な概念を説明しています。

<CardGroup cols={2}>
  <Card title="PREWHERE 最適化" icon="filter" href="/docs/ja/concepts/features/performance/prewhere">
    `PREWHERE` が不要なカラムを読み込む前にデータを絞り込むことで I/O をどのように削減するか、またその効果をどのように監視するかを説明します。
  </Card>

  <Card title="メモリ割り当てプロファイリング" icon="memory" href="/docs/ja/concepts/features/performance/allocation-profiling">
    jemalloc を使用してメモリ割り当てをプロファイルします。
  </Card>

  <Card title="25.9 より前のバージョン向けメモリ割り当てプロファイリング" icon="clock-rotate-left" href="/docs/ja/concepts/features/performance/allocation-profiling-old">
    ClickHouse 25.9 より前のバージョン向けのメモリ割り当てプロファイリングです。
  </Card>

  <Card title="キャッシュ" icon="hard-drive" href="/docs/ja/concepts/features/performance/caches/caches">
    クエリキャッシュ、クエリ条件キャッシュ、ユーザー空間ページキャッシュなど、各種 cache の概要です。
  </Card>

  <Card title="データスキッピングインデックス" icon="forward" href="/docs/ja/concepts/features/performance/skip-indexes/skipping-indexes">
    例を交えながらデータスキッピングインデックスを解説します。
  </Card>

  <Card title="遅延マテリアライゼーション" icon="hourglass-half" href="/docs/ja/concepts/features/performance/lazy-materialization">
    実際に必要になるまでカラムデータの読み取りを遅らせます。
  </Card>

  <Card title="トラブルシューティング" icon="bug" href="/docs/ja/concepts/features/performance/troubleshoot/debugging-memory-issues">
    メモリ問題のデバッグ、ハードウェアのテスト、サンプリングクエリプロファイラについて説明します。
  </Card>
</CardGroup>
