VIEW.REBUILDForce a rebuild of a materialized view.
| 構文 | VIEW.REBUILD name |
| グループ | view |
| 引数の数 | 2 |
| 導入バージョン | 3.0.0 |
| フラグ | write, extension |
| 計算量 | Materialized only. A full eval_tree over the whole tree plus an O(M log M) sort and re-insert, on every shard, now (not deferred to a tick) |
| Redis 互換性 | kevy-only |