Skip to main content

Description

Contains information about existing data skipping indices in all the tables.

Columns

  • database (String) โ€” Database name.
  • table (String) โ€” Table name.
  • name (String) โ€” Index name.
  • type (String) โ€” Index type.
  • type_full (String) โ€” Index type expression from create statement.
  • expr (String) โ€” Expression for the index calculation.
  • creation (Enum8(โ€˜Explicitโ€™ = 0, โ€˜Implicitโ€™ = 1)) โ€” Whether the index was created implicitly (via add_minmax_index_for_numeric_columns or similar)
  • granularity (UInt64) โ€” The number of granules in the block.
  • data_compressed_bytes (UInt64) โ€” The size of compressed data, in bytes.
  • data_uncompressed_bytes (UInt64) โ€” The size of decompressed data, in bytes.
  • marks_bytes (UInt64) โ€” The size of marks, in bytes.

Example

Last modified on August 3, 2026