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
56,790
State size
20.7 MiB
Created
2026-08-19 22:56
Initialized
2026-08-19 22:56
Fragment flags
LOCALITY_PROVIDERMVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
740097 61773 51 running
740098 61773 51 running
740099 61772 51 running
740100 61772 51 running
740103 61775 51 running
740104 61775 51 running
740105 61774 51 running
740106 61774 51 running
740107 61776 51 running
740108 61776 51 running
740109 61777 51 running
740110 61777 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.