mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
[docs] introduction for special table engines (#12170)
* [docs] introduction for integration table engines * Update jdbc.md * Update odbc.md * Update mysql.md * Update kafka.md * Update hdfs.md * [docs] introduction for special table engines * Update index.md * Update index.md
This commit is contained in:
parent
30cc78a7d2
commit
8d65deaf85
@ -3,4 +3,12 @@ toc_folder_title: Special
|
|||||||
toc_priority: 31
|
toc_priority: 31
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user