| Actor | Fragment | Worker | State |
|---|---|---|---|
| 32763 | 9701 | 33 | running |
| 32764 | 9701 | 33 | running |
| 32765 | 9703 | 33 | running |
| 32766 | 9703 | 33 | running |
| 32782 | 9700 | 33 | running |
| 32783 | 9700 | 33 | running |
| 32784 | 9702 | 33 | running |
| 32785 | 9702 | 33 | running |
| 32786 | 9704 | 33 | running |
| 32787 | 9704 | 33 | running |
| 32788 | 9705 | 33 | running |
| 32789 | 9705 | 33 | running |
CREATE MATERIALIZED VIEW insights.private_asset_holdings_mv AS SELECT cp.portfolio_id, ph.asset_id, pa.name, pa.local_name, pa.category, ph.ownership_percentage FROM olap.private_holdings_dm AS ph JOIN olap.private_assets_dm AS pa ON pa.id = ph.asset_id AND pa.disabled_at IS NULL JOIN olap.clients_portfolios_dm AS cp ON cp.client_id = ph.client_id AND cp.owner_type = 'PRIMARY' AND cp.disabled_at IS NULL WHERE ph.disabled_at IS NULL