mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
5a9f31ede4
* Update create.md * Update mergetree.md * Update index.md * Update mysql.md * DOCAPI-7062: RU translation. * DOCAPI-7062: Fixes * Update docs/ru/database_engines/index.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * Update docs/ru/database_engines/mysql.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * Update docs/ru/database_engines/mysql.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * Update docs/ru/database_engines/mysql.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * Update docs/ru/operations/table_engines/mergetree.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * Update docs/ru/operations/table_engines/mergetree.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * Update docs/ru/operations/table_engines/mergetree.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * Update docs/ru/query_language/create.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * DOCAPI-7062: Clarifications and fixes. * DOCAPI-7062: Clarifications. * Update docs/en/operations/table_engines/mergetree.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru> * Update docs/en/operations/table_engines/mergetree.md Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
12 lines
414 B
Markdown
12 lines
414 B
Markdown
# Database Engines
|
|
|
|
Database engines allow you to work with tables.
|
|
|
|
By default, ClickHouse uses its native database engine, which provides configurable [table engines](../operations/table_engines/index.md) and an [SQL dialect](../query_language/syntax.md).
|
|
|
|
You can also use the following database engines:
|
|
|
|
- [MySQL](mysql.md)
|
|
|
|
[Original article](https://clickhouse.yandex/docs/en/database_engines/) <!--hide-->
|