2020-04-09 18:06:07 +00:00
|
|
|
---
|
|
|
|
toc_folder_title: Special
|
|
|
|
toc_priority: 31
|
|
|
|
---
|
|
|
|
|
2020-07-09 15:10:35 +00:00
|
|
|
# Special Table Engines {#special-table-engines}
|
2020-04-30 18:19:18 +00:00
|
|
|
|
2020-07-06 22:48:11 +00:00
|
|
|
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.
|