| Actor | Fragment | Worker | State |
|---|---|---|---|
| 99706 | 7400 | 26 | running |
| 99707 | 7400 | 26 | running |
CREATE MATERIALIZED VIEW authz.active_orders_mv AS SELECT id AS order_id, initiator ->> 'userId' AS created_by_user_id, security_account_id AS account_id FROM order_service.orders AS orders_next