mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
258d2fd499
* normalize
* split & adjust links
* re-normalize
* adjust ru links
* adjust ja/tr links
* partially apply e0d19d2aea
* reset contribs
15 lines
603 B
Markdown
15 lines
603 B
Markdown
---
|
|
toc_folder_title: Special
|
|
toc_priority: 31
|
|
---
|
|
|
|
# Special Table Engines {#special-table-engines}
|
|
|
|
There are three main categories of table engines:
|
|
|
|
- [MergeTree engine family](../../../engines/table-engines/mergetree-family/index.md) for main production use.
|
|
- [Log engine family](../../../engines/table-engines/log-family/index.md) for small temporary data.
|
|
- [Table engines for integrations](../../../engines/table-engines/integrations/index.md).
|
|
|
|
The remaining engines are unique in their purpose and are not grouped into families yet, thus they are placed in this “special” category.
|