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_next
2 actors
Filter · accounts_dm_next
0% idle 2 actors
StreamScan · accounts_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 · insights.open_accounts_mv Materialize insights.open_accounts_… idle · 2 actors Project · accounts_dm_next Project accounts_dm_next — · 2 actors Filter · accounts_dm_next Filter accounts_dm_next idle · 2 actors StreamScan · accounts_dm_next StreamScan accounts_dm_next 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 37226 (Actor 742762,742761)
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_next.account_id, accounts_dm_next.base_currency_code, accounts_dm_next.is_restricted, accounts_dm_next.product_type_id, accounts_dm_next.opening_date ]
├── stream key: [ accounts_dm_next.account_id ]
└── StreamProject { exprs: [accounts_dm_next.account_id, accounts_dm_next.base_currency_code, accounts_dm_next.is_restricted, accounts_dm_next.product_type_id, accounts_dm_next.opening_date] }
    ├── output: [ accounts_dm_next.account_id, accounts_dm_next.base_currency_code, accounts_dm_next.is_restricted, accounts_dm_next.product_type_id, accounts_dm_next.opening_date ]
    ├── stream key: [ accounts_dm_next.account_id ]
    └── StreamFilter { predicate: IsNull(accounts_dm_next.closing_date) AND IsNull(accounts_dm_next.disabled_at) AND Not(IsTrue(accounts_dm_next.m_is_stub)) }
        ├── output:
        │   ┌── accounts_dm_next.account_id
        │   ├── accounts_dm_next.product_type_id
        │   ├── accounts_dm_next.base_currency_code
        │   ├── accounts_dm_next.is_restricted
        │   ├── accounts_dm_next.opening_date
        │   ├── accounts_dm_next.closing_date
        │   ├── accounts_dm_next.disabled_at
        │   └── accounts_dm_next.m_is_stub
        ├── stream key: [ accounts_dm_next.account_id ]
        └── StreamTableScan { table: accounts_dm_next, columns: [account_id, product_type_id, base_currency_code, is_restricted, opening_date, closing_date, disabled_at, m_is_stub] }
            ├── output:
            │   ┌── accounts_dm_next.account_id
            │   ├── accounts_dm_next.product_type_id
            │   ├── accounts_dm_next.base_currency_code
            │   ├── accounts_dm_next.is_restricted
            │   ├── accounts_dm_next.opening_date
            │   ├── accounts_dm_next.closing_date
            │   ├── accounts_dm_next.disabled_at
            │   └── accounts_dm_next.m_is_stub
            ├── stream key: [ accounts_dm_next.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: [] }