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

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

Job is idle — throughput ~0; structure shown.

6 operators
Materialize · insights.open_accounts_mv
0% idle 2 actors
Project · accounts_dm
2 actors
Filter · accounts_dm
0% idle 2 actors
StreamScan · accounts_dm
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 · insights.open_accounts_mv Materialize insights.open_accounts_… idle · 2 actors Project · accounts_dm Project accounts_dm — · 2 actors Filter · accounts_dm Filter accounts_dm idle · 2 actors StreamScan · accounts_dm StreamScan accounts_dm 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 51609 (Actor 736097,736098)
StreamMaterialize { columns: [account_id, base_currency_code, is_restricted, product_type_id, opening_date], stream_key: [account_id], pk_columns: [account_id], pk_conflict: NoCheck }
├── output: [ accounts_dm.account_id, accounts_dm.base_currency_code, accounts_dm.is_restricted, accounts_dm.product_type_id, accounts_dm.opening_date ]
├── stream key: [ accounts_dm.account_id ]
└── StreamProject { exprs: [accounts_dm.account_id, accounts_dm.base_currency_code, accounts_dm.is_restricted, accounts_dm.product_type_id, accounts_dm.opening_date] }
    ├── output: [ accounts_dm.account_id, accounts_dm.base_currency_code, accounts_dm.is_restricted, accounts_dm.product_type_id, accounts_dm.opening_date ]
    ├── stream key: [ accounts_dm.account_id ]
    └── StreamFilter { predicate: IsNull(accounts_dm.closing_date) AND IsNull(accounts_dm.disabled_at) AND Not(IsTrue(accounts_dm.m_is_stub)) }
        ├── output:
        │   ┌── accounts_dm.account_id
        │   ├── accounts_dm.product_type_id
        │   ├── accounts_dm.base_currency_code
        │   ├── accounts_dm.is_restricted
        │   ├── accounts_dm.opening_date
        │   ├── accounts_dm.closing_date
        │   ├── accounts_dm.disabled_at
        │   └── accounts_dm.m_is_stub
        ├── stream key: [ accounts_dm.account_id ]
        └── StreamTableScan { table: accounts_dm, columns: [account_id, product_type_id, base_currency_code, is_restricted, opening_date, closing_date, disabled_at, m_is_stub] }
            ├── output:
            │   ┌── accounts_dm.account_id
            │   ├── accounts_dm.product_type_id
            │   ├── accounts_dm.base_currency_code
            │   ├── accounts_dm.is_restricted
            │   ├── accounts_dm.opening_date
            │   ├── accounts_dm.closing_date
            │   ├── accounts_dm.disabled_at
            │   └── accounts_dm.m_is_stub
            ├── stream key: [ accounts_dm.account_id ]
            ├── Upstream { output: [ account_id, product_type_id, base_currency_code, is_restricted, opening_date, closing_date, disabled_at, m_is_stub ], stream key: [] }
            └── BatchPlanNode { output: [ account_id, product_type_id, base_currency_code, is_restricted, opening_date, closing_date, disabled_at, m_is_stub ], stream key: [] }