ClickHouse/docs/en/engines/table-engines/special/index.md
Ivan Blinkov 258d2fd499
[docs] split various kinds of CREATE queries into separate articles (#12328)
* normalize

* split & adjust links

* re-normalize

* adjust ru links

* adjust ja/tr links

* partially apply e0d19d2aea

* reset contribs
2020-07-09 18:10:35 +03:00

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.