RWM Console cluster: risingwave-alinma.alinma-rw.svc.cluster.local

← cluster authz objects active_account_to_portfolios_mv explain
Overview Objects Graph History
materialized view · authz.active_account_to_portfolios_mv profiled over 5s
seconds (1–30)

Job is idle — throughput ~0; structure shown.

6 operators
Materialize · authz.active_account_to_portfolios_mv
0% idle 2 actors
Project · account_to_portfolios_dm_next
2 actors
Filter · account_to_portfolios_dm_next
0% idle 2 actors
StreamScan · account_to_portfolios_dm_next
0% idle 2 actors
BatchPlan
2 actors
Merge
2 actors
Heat = the operator's output-buffer backpressure over the sampling window. Click a node to fold its subtree.
Materialize · authz.active_account_to_portfolios_mv Materialize authz.active_account_to… idle · 2 actors Project · account_to_portfolios_dm_next Project account_to_portfolios_d… — · 2 actors Filter · account_to_portfolios_dm_next Filter account_to_portfolios_d… idle · 2 actors StreamScan · account_to_portfolios_dm_next StreamScan account_to_portfolios_d… idle · 2 actors BatchPlan BatchPlan — · 2 actors Merge Merge — · 2 actors
Streaming operator plan from EXPLAIN ANALYZE. Node heat = backpressure. Drag to pan, scroll to zoom.
Fragments (DESCRIBE FRAGMENTS) — click to expand
Fragment 37124 (Actor 742639,742640)
StreamMaterialize { columns: [portfolio_id, account_id, account_to_portfolios_dm_next.effective_start_date(hidden)], stream_key: [account_id, portfolio_id, account_to_portfolios_dm_next.effective_start_date], pk_columns: [account_id, portfolio_id, account_to_portfolios_dm_next.effective_start_date], pk_conflict: NoCheck }
├── output: [ account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.effective_start_date ]
├── stream key: [ account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.effective_start_date ]
└── StreamProject { exprs: [account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.effective_start_date] }
    ├── output: [ account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.effective_start_date ]
    ├── stream key: [ account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.effective_start_date ]
    └── StreamFilter { predicate: IsNull(account_to_portfolios_dm_next.disabled_at) AND IsNull(account_to_portfolios_dm_next.effective_end_date) }
        ├── output: [ account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.effective_start_date, account_to_portfolios_dm_next.disabled_at, account_to_portfolios_dm_next.effective_end_date ]
        ├── stream key: [ account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.effective_start_date ]
        └── StreamTableScan { table: account_to_portfolios_dm_next, columns: [account_id, portfolio_id, effective_start_date, disabled_at, effective_end_date] }
            ├── output: [ account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.effective_start_date, account_to_portfolios_dm_next.disabled_at, account_to_portfolios_dm_next.effective_end_date ]
            ├── stream key: [ account_to_portfolios_dm_next.account_id, account_to_portfolios_dm_next.portfolio_id, account_to_portfolios_dm_next.effective_start_date ]
            ├── Upstream { output: [ account_id, portfolio_id, effective_start_date, disabled_at, effective_end_date ], stream key: [] }
            └── BatchPlanNode { output: [ account_id, portfolio_id, effective_start_date, disabled_at, effective_end_date ], stream key: [] }