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

← cluster insights objects transactions_sink
Overview Objects Graph History
sink · insights.transactions_sink Explain plan ▶
Parallelism
2
Actors
12 / 12
running
Distribution
HASH
Rows
State size
Created
2026-07-31 21:12
Initialized
2026-07-31 21:12
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
100476 20590 26 running
100477 20590 26 running
100478 20589 26 running
100479 20589 26 running
100480 20591 26 running
100481 20591 26 running
100486 20592 26 running
100487 20592 26 running
100488 20593 26 running
100489 20593 26 running
100490 20594 26 running
100491 20594 26 running
sql · insights.transactions_sink — click to expand
CREATE SINK insights.transactions_sink AS
SELECT
  t.transaction_id,
  t.account_id,
  t.asset_id,
  t.currency_code,
  t.net_value,
  t.transaction_valuation_date,
  t.transaction_settlement_date,
  tt.type AS transaction_type,
  ft.fee_type
FROM insights.transactions_merged_mv AS t
LEFT JOIN olap.transaction_types_dm AS tt
  ON tt.transaction_type_id = t.transaction_type_id
LEFT JOIN olap.fee_transactions_dm AS ft
  ON ft.transaction_id = t.transaction_id
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='adib-int-insights-db',
  table='transactions_dm',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='transaction_id'
)
Lineage · insights.transactions_sink 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.