> ## 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、辞書、パフォーマンス、運用、設定、セキュリティなど、ClickHouse の主要な概念を紹介します。

<CardGroup cols={2}>
  <Card title="materialized view" icon="layer-group" href="/ja/concepts/features/materialized-views">
    インクリメンタル、リフレッシュ可能、カスケード型の materialized view について学びます。
  </Card>

  <Card title="辞書" icon="book" href="/ja/concepts/features/dictionaries">
    高速なキー・バリュー ルックアップのための外部辞書と内部辞書。
  </Card>

  <Card title="プロジェクション" icon="diagram-project" href="/ja/concepts/features/projections/projections">
    クエリを高速化するための、事前にソートされたデータ表現。
  </Card>

  <Card title="パフォーマンス" icon="gauge-high" href="/ja/concepts/features/performance">
    Prewhere、cache、skipping indexes、遅延マテリアライゼーション、トラブルシューティング。
  </Card>

  <Card title="運用" icon="gears" href="/ja/concepts/features/operations/update">
    insert、select、update、delete 操作。
  </Card>

  <Card title="設定" icon="sliders" href="/ja/concepts/features/configuration/settings/overview">
    Settings、サーバー設定、workload スケジューリング。
  </Card>

  <Card title="セキュリティと認証" icon="shield-halved" href="/ja/concepts/features/security">
    アクセス制御、TLS、外部認証、ネットワークセキュリティ。
  </Card>

  <Card title="Backup と Restore" icon="box-archive" href="/ja/concepts/features/backup-restore/overview">
    ローカルディスク、S3、Azure Blob Storage、およびその他の方法への Backup。
  </Card>

  <Card title="ツールとユーティリティ" icon="wrench" href="/ja/concepts/features/tools-and-utilities">
    clickhouse-local、clickhouse-benchmark、clickhouse-keeper など。
  </Card>
</CardGroup>
