| Actor | Fragment | Worker | State |
|---|---|---|---|
| 736034 | 51584 | 51 | running |
| 736035 | 51584 | 51 | running |
| 736036 | 51585 | 51 | running |
| 736037 | 51585 | 51 | running |
| 736038 | 51586 | 51 | running |
| 736039 | 51586 | 51 | running |
| 736040 | 51587 | 51 | running |
| 736041 | 51587 | 51 | running |
| 736042 | 51588 | 51 | running |
| 736043 | 51588 | 51 | running |
| 736046 | 51591 | 51 | running |
| 736047 | 51591 | 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