kevy

VIEW.EXPLAIN

Explain a view's composition tree with per-leaf cardinalities.

SyntaxVIEW.EXPLAIN name
Groupview
Arity2
Since3.0.0
Flagsreadonly, extension
ComplexityO(sum over leaves of (log N + matched)) — each leaf's cardinality is a real count, so EXPLAIN on a broad leaf costs as much as counting it
Redis compatibilitykevy-only: nearest is FT.EXPLAIN, which returns a query tree rather than per-leaf cardinalities

← All commands