> ## 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 개념

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

<CardGroup cols={2}>
  <Card title="Materialized Views" icon="layer-group" href="/ko/concepts/features/materialized-views">
    증분형, 갱신형, 연쇄형 materialized view를 알아봅니다.
  </Card>

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

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

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

  <Card title="Operations" icon="gears" href="/ko/concepts/features/operations/update">
    삽입, 조회, 업데이트, 삭제 작업을 다룹니다.
  </Card>

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

  <Card title="Security and Authentication" icon="shield-halved" href="/ko/concepts/features/security">
    액세스 제어, TLS, 외부 인증, 네트워크 보안을 다룹니다.
  </Card>

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

  <Card title="Tools and Utilities" icon="wrench" href="/ko/concepts/features/tools-and-utilities">
    clickhouse-local, clickhouse-benchmark, clickhouse-keeper 등을 소개합니다.
  </Card>
</CardGroup>
