ClickHouse/docs/en/engines/database-engines/index.md

20 lines
542 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
toc_folder_title: Database Engines
toc_priority: 27
toc_title: Introduction
---
2020-03-20 10:10:48 +00:00
# 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)
2019-10-08 08:31:12 +00:00
2020-01-30 10:34:55 +00:00
[Original article](https://clickhouse.tech/docs/en/database_engines/) <!--hide-->