> ## 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 概念，包括 materialized views、字典、性能调优、操作、配置、安全等。

<CardGroup cols={2}>
  <Card title="Materialized Views" icon="layer-group" href="/zh/concepts/features/materialized-views">
    了解增量、可刷新和级联 materialized views。
  </Card>

  <Card title="字典" icon="book" href="/zh/concepts/features/dictionaries">
    用于快速键值查找的外部和内部字典。
  </Card>

  <Card title="投影" icon="diagram-project" href="/zh/concepts/features/projections/projections">
    预排序的数据表示形式，可加快查询速度。
  </Card>

  <Card title="性能" icon="gauge-high" href="/zh/concepts/features/performance">
    Prewhere、缓存、跳过索引、延迟物化和故障排查。
  </Card>

  <Card title="操作" icon="gears" href="/zh/concepts/features/operations/update">
    插入、查询、更新和删除操作。
  </Card>

  <Card title="配置" icon="sliders" href="/zh/concepts/features/configuration/settings/overview">
    Settings、服务器配置和工作负载调度。
  </Card>

  <Card title="安全与身份验证" icon="shield-halved" href="/zh/concepts/features/security">
    访问控制、TLS、外部身份验证器和网络安全。
  </Card>

  <Card title="备份与恢复" icon="box-archive" href="/zh/concepts/features/backup-restore/overview">
    备份到本地磁盘、S3、Azure Blob 存储及其他方法。
  </Card>

  <Card title="工具和实用程序" icon="wrench" href="/zh/concepts/features/tools-and-utilities">
    clickhouse-local、clickhouse-benchmark、clickhouse-keeper 等。
  </Card>
</CardGroup>
