跳转到主要内容

说明

包含所有表中现有的数据跳过索引信息。

  • database (String) — 数据库名称。
  • table (String) — 表名称。
  • name (String) — 索引名称。
  • type (String) — 索引类型。
  • type_full (String) — 来自 CREATE 语句的索引类型表达式。
  • expr (String) — 用于计算索引的表达式。
  • creation (Enum8(‘Explicit’ = 0, ‘Implicit’ = 1)) — 索引是否为隐式创建 (通过 add_minmax_index_for_numeric_columns 或类似方式)
  • granularity (UInt64) — 块中的粒度数。
  • data_compressed_bytes (UInt64) — 压缩数据的大小,以字节为单位。
  • data_uncompressed_bytes (UInt64) — 未压缩数据的大小,以字节为单位。
  • marks_bytes (UInt64) — 标记的大小,以字节为单位。

示例

最后修改于 2026年6月12日