> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickHouse 개념

> materialized view, Dictionaries, 성능 튜닝, 작업, 구성, 보안 등 ClickHouse의 다양한 개념을 살펴봅니다.

<CardGroup cols={2}>
  <Card title="materialized view" icon="layer-group" href="/ko/concepts/features/materialized-views/index">
    incremental, refreshable, 연쇄 materialized view를 알아봅니다.
  </Card>

  <Card title="Dictionaries" icon="book" href="/ko/concepts/features/dictionaries/index">
    빠른 키-값 조회를 위한 외부 및 내부 Dictionaries입니다.
  </Card>

  <Card title="프로젝션" icon="diagram-project" href="/ko/concepts/features/projections/projections">
    더 빠른 쿼리를 위한 사전 정렬 데이터 표현입니다.
  </Card>

  <Card title="성능" icon="gauge-high" href="/ko/concepts/features/performance/index">
    Prewhere, 캐시, 스키핑 인덱스, lazy materialization, 문제 해결을 다룹니다.
  </Card>

  <Card title="작업" icon="gears" href="/ko/concepts/features/operations/update/index">
    삽입, select, update, delete 작업을 다룹니다.
  </Card>

  <Card title="구성" icon="sliders" href="/ko/concepts/features/configuration/settings/overview">
    설정, 서버 구성, workload scheduling을 다룹니다.
  </Card>

  <Card title="보안 및 인증" icon="shield-halved" href="/ko/concepts/features/security/index">
    access control, TLS, 외부 인증자, 네트워크 보안을 다룹니다.
  </Card>

  <Card title="백업 및 복원" icon="box-archive" href="/ko/concepts/features/backup-restore/overview">
    로컬 디스크, S3, Azure Blob Storage 및 기타 방법으로 백업하는 방법을 알아봅니다.
  </Card>

  <Card title="도구 및 유틸리티" icon="wrench" href="/ko/concepts/features/tools-and-utilities/index">
    clickhouse-local, clickhouse-benchmark, clickhouse-keeper 등을 살펴봅니다.
  </Card>
</CardGroup>
