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

← cluster alinma_bff objects report_position_daily_mv
Overview Objects Graph History
materialized view · alinma_bff.report_position_daily_mv Explain plan ▶
Parallelism
2
Actors
12 / 12
running
Distribution
HASH
Rows
15,802
State size
5.7 MiB
Created
2026-08-20 17:43
Initialized
2026-08-20 17:43
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
745479 64228 51 running
745480 64228 51 running
747266 64225 51 running
747267 64225 51 running
747270 64226 51 running
747271 64226 51 running
747272 64227 51 running
747273 64227 51 running
747274 64229 51 running
747275 64229 51 running
747286 64230 51 running
747287 64230 51 running
sql · alinma_bff.report_position_daily_mv — click to expand
CREATE MATERIALIZED VIEW alinma_bff.report_position_daily_mv AS
SELECT
  pag.portfolio_id,
  pag.type AS account_group_type,
  ps.dim_balance_date,
  ps.currency_code,
  ps.market_value,
  ps.fair_value,
  ps.accrued_value,
  ps.relationship_value,
  ps.fair_relationship_value,
  ps.market_value_system_currency,
  ps.fair_value_system_currency,
  ps.accrued_value_system_currency,
  ps.relationship_value_system_currency,
  ps.fair_relationship_value_system_currency
FROM insights.portfolio_to_account_groups_mv AS pag
JOIN insights.position_summary_mv AS ps
  ON ps.account_group_id = pag.account_group_id
  AND ps.position_type = 'POSITION'
  AND ps.source_entity_type = 'portfolio'
Lineage · alinma_bff.report_position_daily_mv 7 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.