| Actor | Fragment | Worker | State |
|---|---|---|---|
| 98547 | 9230 | 26 | running |
| 98548 | 9230 | 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