system.data_skipping_indices

    • (String) — Database name.
    • table () — Table name.
    • name (String) — Index name.
    • type () — Index type.
    • expr (String) — Expression for the index calculation.
    • granularity () — The number of granules in the block.
    1. Row 1:
    2. database: default
    3. table: user_actions
    4. name: clicks_idx
    5. type: minmax
    6. expr: clicks
    7. granularity: 1
    8. ──────
    9. database: default
    10. table: users
    11. name: contacts_null_idx
    12. type: minmax
    13. granularity: 1