> ## 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/ko/reference/engines/database-engines/index">
    ClickHouse의 데이터베이스 엔진을 사용하면 테이블을 다룰 수 있으며, 데이터가 저장되고 관리되는 방식을 결정할 수 있습니다.
  </Card>

  <Card title="테이블 엔진" icon="table" href="/docs/ko/reference/engines/table-engines/index">
    ClickHouse의 테이블 엔진은 데이터가 저장, 쓰기, 읽기되는 방식을 결정하는 핵심 개념입니다.
  </Card>
</CardGroup>
