VIEW.REBUILDForce a rebuild of a materialized view.
| Syntax | VIEW.REBUILD name |
| Group | view |
| Arity | 2 |
| Since | 3.0.0 |
| Flags | write, extension |
| Complexity | 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 compatibility | kevy-only |