> ## 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 提升性能的技巧和最佳实践。
我们建议用户在阅读本节之前先阅读[核心概念](/docs/zh/concepts/core-concepts/parts)，
其中介绍了提升性能所需的主要概念。

<CardGroup cols={2}>
  <Card title="PREWHERE 优化" icon="filter" href="/docs/zh/concepts/features/performance/prewhere">
    了解 `PREWHERE` 如何通过在读取不必要的列之前先过滤数据来减少 I/O，以及如何监控其效果。
  </Card>

  <Card title="内存分配分析" icon="memory" href="/docs/zh/concepts/features/performance/allocation-profiling">
    使用 jemalloc 分析内存分配。
  </Card>

  <Card title="适用于 25.9 之前版本的内存分配分析" icon="clock-rotate-left" href="/docs/zh/concepts/features/performance/allocation-profiling-old">
    适用于 25.9 之前 ClickHouse 版本的内存分配分析。
  </Card>

  <Card title="缓存" icon="hard-drive" href="/docs/zh/concepts/features/performance/caches/caches">
    缓存类型，包括查询缓存、查询条件缓存和用户态页缓存。
  </Card>

  <Card title="数据跳过索引" icon="forward" href="/docs/zh/concepts/features/performance/skip-indexes/skipping-indexes">
    了解数据跳过索引，并附带示例。
  </Card>

  <Card title="延迟物化" icon="hourglass-half" href="/docs/zh/concepts/features/performance/lazy-materialization">
    将列数据的读取推迟到实际需要时再进行。
  </Card>

  <Card title="故障排查" icon="bug" href="/docs/zh/concepts/features/performance/troubleshoot/debugging-memory-issues">
    调试内存问题、测试硬件，以及了解采样查询分析器。
  </Card>
</CardGroup>
