> ## 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에서 쿼리 및 수집 성능을 향상시키는 기능과 기법을
다룹니다. 이 가이드의 기반이 되는 내용을 먼저 이해하려면
[핵심 개념](/ko/concepts/core-concepts/parts)을 먼저 읽어보시기를 권장합니다.

<CardGroup cols={2}>
  <Card title="PREWHERE 최적화" icon="filter" href="/ko/concepts/features/performance/prewhere">
    `PREWHERE`가 비필터 컬럼을 읽기 전에 데이터를 필터링해 I/O를 어떻게 줄이는지, 그리고 그 효과를 어떻게 모니터링하는지 설명합니다.
  </Card>

  <Card title="메모리 할당 프로파일링" icon="chart-line" href="/ko/concepts/features/performance/allocation-profiling">
    메모리 할당을 프로파일링해 메모리 압박을 진단하고 ClickHouse의 리소스 사용을 튜닝합니다.
  </Card>

  <Card title="캐시" icon="bolt" href="/ko/concepts/features/performance/caches/caches">
    반복되는 워크로드를 가속하기 위한 쿼리 캐시, 쿼리 조건 캐시, 사용자 공간 페이지 캐시를 다룹니다.
  </Card>

  <Card title="스킵 인덱스" icon="forward" href="/ko/concepts/features/performance/skip-indexes/skipping-indexes">
    보조 스킵 인덱스를 사용해 관련 없는 데이터 블록을 건너뛰고 필터링된 쿼리 속도를 높입니다.
  </Card>

  <Card title="지연 머티리얼라이제이션" icon="clock" href="/ko/concepts/features/performance/lazy-materialization">
    필요한 시점까지 컬럼 읽기를 미뤄 선택도가 높은 쿼리의 I/O를 줄입니다.
  </Card>

  <Card title="문제 해결" icon="bug" href="/ko/concepts/features/performance/troubleshoot/sampling-query-profiler">
    샘플링 쿼리 프로파일러, 하드웨어 벤치마킹, 메모리 문제 디버깅을 다룹니다.
  </Card>
</CardGroup>
