kevy

VIEW.EXPLAIN

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

语法VIEW.EXPLAIN name
分组view
参数个数2
起始版本3.0.0
标志readonly, extension
复杂度O(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 兼容性kevy-only: nearest is FT.EXPLAIN, which returns a query tree rather than per-leaf cardinalities

← 全部命令