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

← cluster insights objects position_summary_mv
Overview Objects Graph History
materialized view · insights.position_summary_mv Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
374,353
State size
104.6 MiB
Created
2026-08-19 22:50
Initialized
2026-08-19 22:49
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
739605 61616 51 running
739606 61616 51 running
739629 61617 51 running
739630 61617 51 running
sql · insights.position_summary_mv — click to expand
CREATE MATERIALIZED VIEW insights.position_summary_mv AS
SELECT
  account_group_id,
  source_entity_type,
  dim_value_date AS dim_balance_date,
  position_type,
  group_currency AS currency_code,
  SUM(market_value) AS market_value,
  SUM(average_cost) AS total_average_cost,
  SUM(fair_value) AS fair_value,
  SUM(accrued_value) AS accrued_value,
  SUM(relationship_value) AS relationship_value,
  SUM(fair_relationship_value) AS fair_relationship_value,
  SUM(market_value_system) AS market_value_system_currency,
  SUM(average_cost_system) AS total_average_cost_system_currency,
  SUM(fair_value_system) AS fair_value_system_currency,
  SUM(accrued_value_system) AS accrued_value_system_currency,
  SUM(relationship_value_system) AS relationship_value_system_currency,
  SUM(fair_relationship_value_system) AS fair_relationship_value_system_currency
FROM insights.position_asset_values_mv AS position_asset_values_mv_next
GROUP BY
  account_group_id,
  source_entity_type,
  dim_value_date,
  position_type,
  group_currency
Lineage · insights.position_summary_mv 14 objects
Direct (1-hop) dependencies from rw_depend, across schemas. Click a neighbor to expand its dependencies; ⌘/Ctrl-click opens its page. Drag to pan, scroll to zoom. External source/sink endpoints (Kafka, Iceberg) are not shown.