VIEW.VERIFYVerify a view and report member/byte statistics.
| 構文 | VIEW.VERIFY name |
| グループ | view |
| 引数の数 | 2 |
| 導入バージョン | 3.0.0 |
| フラグ | readonly, extension |
| 計算量 | materialized: O(M). virtual: O(sum over leaves of (log N + leaf range) + M) — a full fresh evaluation just to report cardinality, which is the one place a virtual view is the expensive one |
| Redis 互換性 | kevy-only |