The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable.
系统。表_engines
包含服务器支持的表引擎的描述及其功能支持信息。
- (String) — The name of table engine.
supports_settings
(UInt8) — Flag that indicates if table engine supportsSETTINGS
条款supports_skipping_indices
(UInt8) — Flag that indicates if table engine supports .supports_ttl
(UInt8) — Flag that indicates if table engine supports TTL.- (UInt8) — Flag that indicates if table engine supports .
supports_duduplication
(UInt8) — Flag that indicates if table engine supports data deduplication.
示例:
┌─name──────────────────────────┬─supports_settings─┬─supports_skipping_indices─┬─supports_sort_order─┬─supports_ttl─┬─supports_replication─┬─supports_deduplication─┐
│ Kafka │ 1 │ 0 │ 0 │ 0 │ 0 │ 0 │
└───────────────────────────────┴───────────────────┴───────────────────────────┴─────────────────────┴──────────────┴──────────────────────┴────────────────────────┘
- 梅树家族 查询子句
- 卡夫卡