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

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

Job is idle — throughput ~0; structure shown.

11 operators
Materialize · search.party_active_relationships_mv
0% idle 2 actors
Project
2 actors
GroupTopN
0% idle 2 actors
LocalityProvider
0% idle 2 actors
Merge
2 actors
Exchange
0% idle 0 actors
Project · customer_relationships
2 actors
Filter · customer_relationships
0% idle 2 actors
StreamScan · customer_relationships
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 · search.party_active_relationships_mv Materialize search.party_active_rel… idle · 2 actors Project Project — · 2 actors GroupTopN GroupTopN idle · 2 actors LocalityProvider LocalityProvider idle · 2 actors Merge Merge — · 2 actors Exchange Exchange idle · 0 actors Project · customer_relationships Project customer_relationships — · 2 actors Filter · customer_relationships Filter customer_relationships idle · 2 actors StreamScan · customer_relationships StreamScan customer_relationships 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 51765 (Actor 736616,736617)
StreamMaterialize { columns: [party_id, type, status], stream_key: [party_id, type], pk_columns: [party_id, type], pk_conflict: NoCheck }
├── output: [ customer_relationships.party_id, customer_relationships.type, customer_relationships.status ]
├── stream key: [ customer_relationships.party_id, customer_relationships.type ]
└── StreamProject { exprs: [customer_relationships.party_id, customer_relationships.type, customer_relationships.status] }
    ├── output: [ customer_relationships.party_id, customer_relationships.type, customer_relationships.status ]
    ├── stream key: [ customer_relationships.party_id, customer_relationships.type ]
    └── StreamGroupTopN { order: [customer_relationships.updated_at DESC, customer_relationships.status_changed_at DESC, customer_relationships.effective_from DESC, customer_relationships.id DESC], limit: 1, offset: 0, group_key: [customer_relationships.party_id, customer_relationships.type] }
        ├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at ]
        ├── stream key: [ customer_relationships.party_id, customer_relationships.type ]
        └── StreamLocalityProvider { locality_columns: [customer_relationships.party_id, customer_relationships.type] }
            ├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at ]
            ├── stream key: [ customer_relationships.party_id, customer_relationships.type, customer_relationships.id ]
            └── MergeExecutor
                ├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at ]
                └── stream key: [ customer_relationships.id ]

Fragment 51766 (Actor 736619,736618)
StreamProject { exprs: [customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at] }
├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at ]
├── stream key: [ customer_relationships.id ]
└── StreamFilter { predicate: IsNull(customer_relationships.disabled_at) }
    ├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at, customer_relationships.disabled_at ]
    ├── stream key: [ customer_relationships.id ]
    └── StreamTableScan { table: customer_relationships, columns: [id, party_id, type, status, effective_from, status_changed_at, updated_at, disabled_at] }
        ├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at, customer_relationships.disabled_at ]
        ├── stream key: [ customer_relationships.id ]
        ├── Upstream { output: [ id, party_id, type, status, effective_from, status_changed_at, updated_at, disabled_at ], stream key: [] }
        └── BatchPlanNode { output: [ id, party_id, type, status, effective_from, status_changed_at, updated_at, disabled_at ], stream key: [] }