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

← cluster insights objects portfolio_to_account_groups_sink
Overview Objects Graph History
sink · insights.portfolio_to_account_groups_sink Explain plan ▶
Parallelism
2
Actors
12 / 12
running
Distribution
HASH
Rows
State size
Created
2026-08-05 15:06
Initialized
2026-08-05 15:06
Fragment flags
LOCALITY_PROVIDERSINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
744069 37798 51 running
744070 37798 51 running
744071 37797 51 running
744072 37797 51 running
744073 37799 51 running
744074 37799 51 running
744075 37801 51 running
744076 37801 51 running
744077 37802 51 running
744078 37802 51 running
744079 37800 51 running
744080 37800 51 running
sql · insights.portfolio_to_account_groups_sink — click to expand
CREATE SINK insights.portfolio_to_account_groups_sink AS
SELECT
  m.portfolio_id,
  m.account_group_id,
  m.type
FROM insights.portfolio_to_account_groups_mv AS m
JOIN insights.portfolio_account_group_types_mv AS pagt
  ON pagt.portfolio_id = m.portfolio_id AND pagt.type = m.type
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='alinma-qa-insights-db',
  table='portfolio_to_account_groups_dm',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='portfolio_id,account_group_id,type'
)
Lineage · insights.portfolio_to_account_groups_sink 3 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.