> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> 引擎目录页

# 引擎

<CardGroup cols={2}>
  <Card title="数据库引擎" icon="database" href="/docs/zh/reference/engines/database-engines/index">
    ClickHouse 中的数据库引擎可让您使用表，并决定数据的存储和管理方式。
  </Card>

  <Card title="表引擎" icon="table" href="/docs/zh/reference/engines/table-engines/index">
    ClickHouse 中的表引擎是决定数据如何存储、写入和读取的基础概念。
  </Card>
</CardGroup>
