Skip to main content
Skip to main content
Edit this page

system.data_skipping_indices

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

列信息:

  • database (String) — 数据库名称.
  • table (String) — 数据表名称.
  • name (String) — 索引名称.
  • type (String) — 索引类型.
  • expr (String) — 索引计算表达式.
  • granularity (UInt64) — 块中颗粒的数量.
  • data_compressed_bytes (UInt64) — 压缩数据的大小, 以字节为单位.
  • data_uncompressed_bytes (UInt64) — 解压缩数据的大小, 以字节为单位.
  • marks_bytes (UInt64) — 标记的大小, 以字节为单位.

示例