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

← cluster insights objects account_to_account_groups_txn_binned_mv
Overview Objects Graph History
materialized view · insights.account_to_account_groups_txn_binned_mv Explain plan ▶
Parallelism
2
Actors
10 / 10
running
Distribution
HASH
Rows
1,261
State size
454.9 KiB
Created
2026-08-26 08:25
Initialized
2026-08-26 08:25
Fragment flags
MVIEWSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
126344 25571 26 running
126345 25571 26 running
126346 25572 26 running
126347 25572 26 running
126348 25574 26 running
126349 25574 26 running
126350 25573 26 running
126351 25573 26 running
126352 25575 26 running
126353 25575 26 running
sql · insights.account_to_account_groups_txn_binned_mv — click to expand
CREATE MATERIALIZED VIEW insights.account_to_account_groups_txn_binned_mv AS
SELECT
  atag.account_id,
  atag.account_group_id,
  atag.effective_start_date,
  atag.effective_end_date,
  atag.base_currency,
  atag.opening_date,
  atag.source_entity_type,
  spine.dim_transaction_month
FROM insights.account_to_account_groups_mv AS atag
JOIN (
  SELECT DISTINCT
    account_id,
    CAST(DATE_TRUNC('MONTH', transaction_valuation_date) AS DATE) AS dim_transaction_month
  FROM olap.transactions_dm
) AS spine
  ON spine.account_id = atag.account_id
  AND spine.dim_transaction_month >= CAST(DATE_TRUNC('MONTH', atag.effective_start_date) AS DATE)
  AND (
    atag.effective_end_date IS NULL
    OR spine.dim_transaction_month < atag.effective_end_date
  )
Lineage · insights.account_to_account_groups_txn_binned_mv 5 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.