mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 12:44:42 +00:00
16 lines
614 B
Markdown
16 lines
614 B
Markdown
---
|
|
slug: /en/engines/table-engines/special/
|
|
sidebar_position: 50
|
|
sidebar_label: Special
|
|
---
|
|
|
|
# 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.
|