> ## 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 Views" icon="layer-group" href="/ja/concepts/features/materialized-views/index">
    インクリメンタル、リフレッシュ可能、カスケード型の materialized view について学びます。
  </Card>

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

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

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

  <Card title="Operations" icon="gears" href="/ja/concepts/features/operations/update/index">
    Insert、select、update、delete の操作。
  </Card>

  <Card title="Configuration" icon="sliders" href="/ja/concepts/features/configuration/settings/overview">
    Settings、サーバー構成、Workload scheduling。
  </Card>

  <Card title="Security and Authentication" icon="shield-halved" href="/ja/concepts/features/security/index">
    アクセス制御、TLS、external authenticators、ネットワークセキュリティ。
  </Card>

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

  <Card title="Tools and Utilities" icon="wrench" href="/ja/concepts/features/tools-and-utilities/index">
    clickhouse-local、clickhouse-benchmark、clickhouse-keeper など。
  </Card>
</CardGroup>
