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

← cluster insights objects benchmark_twrr_by_asset_sink
Overview Objects Graph History
sink · insights.benchmark_twrr_by_asset_sink
Parallelism
2
Actors
2 / 2
running
Distribution
HASH
Rows
State size
Created
2026-06-30 21:45
Initialized
2026-06-30 21:45
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
54335 2638 3 running
54336 2638 3 running
sql · insights.benchmark_twrr_by_asset_sink — click to expand
CREATE SINK insights.benchmark_twrr_by_asset_sink AS
SELECT
  benchmark_id,
  fact_date,
  asset_id,
  daily_subperiod_return
FROM insights.benchmark_twrr_by_asset_mv
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_assets_ft',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='benchmark_id,fact_date,asset_id'
)
Lineage · insights.benchmark_twrr_by_asset_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.