| Actor | Fragment | Worker | State |
|---|---|---|---|
| 742635 | 37237 | 51 | running |
| 742636 | 37237 | 51 | running |
| 742637 | 37238 | 51 | running |
| 742638 | 37238 | 51 | running |
| 742844 | 37233 | 51 | running |
| 742845 | 37233 | 51 | running |
| 742846 | 37232 | 51 | running |
| 742847 | 37232 | 51 | running |
| 742854 | 37234 | 51 | running |
| 742855 | 37234 | 51 | running |
| 742856 | 37235 | 51 | running |
| 742857 | 37235 | 51 | 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