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

← cluster insights objects benchmark_twrr_by_region_sink
Overview Objects Graph History
sink · insights.benchmark_twrr_by_region_sink
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-06-30 21:47
Initialized
2026-06-30 21:47
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54417 2687 3 running
54418 2687 3 running
54419 2688 3 running
54420 2688 3 running
sql · insights.benchmark_twrr_by_region_sink — click to expand
CREATE SINK insights.benchmark_twrr_by_region_sink AS
SELECT
  benchmark_id,
  fact_date,
  item_id AS region_label_id,
  daily_subperiod_return
FROM insights.benchmark_twrr_by_distribution_mv
WHERE
  distribution_type = 'regions'
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='adib-int-insights-db',
  table='benchmark_twrr_metrics_by_regions_ft',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='benchmark_id,fact_date,region_label_id'
)
Lineage · insights.benchmark_twrr_by_region_sink 2 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.