mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
20 lines
542 B
Markdown
20 lines
542 B
Markdown
---
|
|
toc_folder_title: Database Engines
|
|
toc_priority: 27
|
|
toc_title: Introduction
|
|
---
|
|
|
|
# Database Engines {#database-engines}
|
|
|
|
Database engines allow you to work with tables.
|
|
|
|
By default, ClickHouse uses its native database engine, which provides configurable [table engines](../../engines/table_engines/index.md) and an [SQL dialect](../../sql_reference/syntax.md).
|
|
|
|
You can also use the following database engines:
|
|
|
|
- [MySQL](mysql.md)
|
|
|
|
- [Lazy](lazy.md)
|
|
|
|
[Original article](https://clickhouse.tech/docs/en/database_engines/) <!--hide-->
|