Skip to main content
Lists every hypothetical (what-if) skip index defined in the current session. See CREATE HYPOTHETICAL INDEX and EXPLAIN WHATIF. The contents are session-scoped: each connection sees only its own hypothetical indexes, and the table is empty when no indexes have been created in the current session. The current (database, table) are resolved by UUID at query time, so they reflect RENAME TABLE and entries for dropped tables are hidden automatically.

Columns

Example

type is the base type name and type_full includes the arguments, so users can distinguish between parametrized variants like bloom_filter(0.01) and bloom_filter(0.001).

See also

Last modified on July 1, 2026