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

26 lines
841 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.
2021-01-25 18:49:13 +00:00
By default, ClickHouse uses database engine [Atomic](../../engines/database-engines/atomic.md). It is 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](../../engines/database-engines/mysql.md)
- [MaterializeMySQL](../../engines/database-engines/materialize-mysql.md)
- [Lazy](../../engines/database-engines/lazy.md)
2021-02-25 22:57:20 +00:00
- [Atomic](../../engines/database-engines/atomic.md)
- [PostgreSQL](../../engines/database-engines/postgresql.md)
2020-01-30 10:34:55 +00:00
[Original article](https://clickhouse.tech/docs/en/database_engines/) <!--hide-->