| Actor | Fragment | Worker | State |
|---|---|---|---|
| 746633 | 64850 | 51 | running |
| 746634 | 64850 | 51 | running |
CREATE SINK search.items_sink AS SELECT * FROM search.items_mv WITH ( connector='postgres', host='search-service-db-cluster-rw.alinma-qa.svc.cluster.local.', port='5432', user='search_service', password='***', database='paradedb', table='search_items', schema='search', type='upsert', force_compaction='true', primary_key='entity_id,entity_type', sink_rate_limit=0, snapshot='false' )