mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
604 B
604 B
sidebar_position | sidebar_label |
---|---|
50 | Special |
Special Table Engines
There are three main categories of table engines:
- MergeTree engine family for main production use.
- Log engine family for small temporary data.
- Table engines for integrations.
The remaining engines are unique in their purpose and are not grouped into families yet, thus they are placed in this “special” category.