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

← cluster adib_rm objects activity_transaction_account_portfolio_links_mv
Overview Objects Graph History
materialized view · adib_rm.activity_transaction_account_portfolio_links_mv
Parallelism
2
Actors
6 / 6
running
Distribution
HASH
Rows
0
State size
Created
2026-06-30 21:42
Initialized
2026-06-30 21:42
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54192 2571 3 running
54193 2571 3 running
54194 2572 3 running
54195 2572 3 running
54196 2573 3 running
54197 2573 3 running
sql · adib_rm.activity_transaction_account_portfolio_links_mv — click to expand
CREATE MATERIALIZED VIEW adib_rm.activity_transaction_account_portfolio_links_mv AS
SELECT
  t.transaction_id,
  atp.portfolio_id
FROM adib_rm.sdk_activity_transactions_merged_mv AS t
JOIN olap.account_to_portfolios_dm AS atp
  ON atp.account_id = t.account_id
  AND atp.disabled_at IS NULL
  AND atp.effective_start_date <= t.transaction_valuation_date
  AND (
    atp.effective_end_date IS NULL
    OR atp.effective_end_date > t.transaction_valuation_date
  )
WHERE
  t.order_id IS NULL
Lineage · adib_rm.activity_transaction_account_portfolio_links_mv 4 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.