> ## 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="/ko/guides/clickhouse/data-formats/intro">
    CSV, Parquet, Arrow, Avro, JSON, SQL, binary, template/regex 포맷을 다룹니다.
  </Card>

  <Card title="데이터 모델링" icon="diagram-project" href="/ko/guides/clickhouse/data-modelling">
    스키마 설계, 프라이머리 인덱스, 비정규화, 백필, 압축, 배열/조인 활용을 다룹니다.
  </Card>

  <Card title="성능 및 모니터링" icon="gauge-high" href="/ko/guides/clickhouse/performance-and-monitoring/query-optimization">
    쿼리 최적화, 분석기, 그리고 쿼리 실행을 이해하는 기법을 다룹니다.
  </Card>

  <Card title="집계 조합자 예시" icon="calculator" href="/ko/guides/clickhouse/examples/aggregate-function-combinators/anyIf">
    모든 집계 함수 조합자(`-If`, `-Map`, `-Array`, `-State`, `-Merge`, `-Resample` 등)의 예시를 제공합니다.
  </Card>

  <Card title="자가 관리형 업그레이드" icon="arrow-up" href="/ko/guides/oss/update">
    자가 관리형 ClickHouse 배포의 업그레이드 절차를 안내합니다.
  </Card>

  <Card title="OSS 모범 사례" icon="lightbulb" href="/ko/guides/oss/best-practices/sizing-and-hardware-recommendations">
    ClickHouse OSS 운영을 위한 규모 산정, 하드웨어 권장 사항, 운영 팁을 제공합니다.
  </Card>

  <Card title="배포 및 스케일링" icon="server" href="/ko/guides/oss/deployment-and-scaling">
    복제, 세그먼트 분할, Keeper, 모니터링, 엔드투엔드 배포 예시를 다룹니다.
  </Card>
</CardGroup>
