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}
2019-07-12 12:03:33 +00:00
2019-08-14 16:42:09 +00:00
Database engines allow you to work with tables.
2019-07-12 12:03:33 +00:00
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 ).
2019-07-12 12:03:33 +00:00
2019-08-14 16:42:09 +00:00
You can also use the following database engines:
2019-07-12 12:03:33 +00:00
2020-06-18 08:24:31 +00:00
- [MySQL ](../../engines/database-engines/mysql.md )
2019-08-14 16:42:09 +00:00
2020-11-28 15:56:16 +00:00
- [MaterializeMySQL ](../../engines/database-engines/materialize-mysql.md )
2021-01-21 20:14:49 +00:00
- [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-->