| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53842 | 2548 | 3 | running |
| 53843 | 2548 | 3 | running |
| 53844 | 2549 | 3 | running |
| 53845 | 2549 | 3 | running |
| 54158 | 2550 | 3 | running |
| 54159 | 2550 | 3 | running |
| 54166 | 2551 | 3 | running |
| 54167 | 2551 | 3 | running |
CREATE MATERIALIZED VIEW insights.portfolios_with_accounts_mv AS SELECT DISTINCT atp.portfolio_id FROM olap.account_to_portfolios_dm AS atp JOIN insights.open_accounts_mv AS oa ON oa.account_id = atp.account_id WHERE atp.disabled_at IS NULL