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

← cluster insights objects benchmark_values_by_taxonomy_node_sink
Overview Objects Graph History
sink · insights.benchmark_values_by_taxonomy_node_sink Explain plan ▶
Parallelism
2
Actors
4 / 4
running
Distribution
HASH
Rows
State size
Created
2026-08-13 17:30
Initialized
2026-08-13 17:29
Fragment flags
SINKSNAPSHOT_BACKFILL_STREAM_SCANSTREAM_SCAN
Actors
ActorFragmentWorkerState
737632 52325 51 running
737633 52325 51 running
737634 52326 51 running
737635 52326 51 running
sql · insights.benchmark_values_by_taxonomy_node_sink — click to expand
CREATE SINK insights.benchmark_values_by_taxonomy_node_sink AS
SELECT
  benchmark_id,
  fact_date,
  taxonomy_node_id,
  taxonomy_code,
  weight
FROM insights.benchmark_values_by_distribution_mv
WITH (
  connector='postgres',
  host='psql-nonprod-uae-derived.postgres.database.azure.com',
  port='6432',
  user='migration_user',
  password='***',
  database='alinma-int-insights-db',
  table='benchmark_values_by_taxonomy_node_ft',
  schema='insights',
  type='upsert',
  force_compaction='true',
  primary_key='benchmark_id,fact_date,taxonomy_node_id'
)
Lineage · insights.benchmark_values_by_taxonomy_node_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.