| Actor | Fragment | Worker | State |
|---|---|---|---|
| 119627 | 24974 | 26 | running |
| 119628 | 24974 | 26 | running |
CREATE SINK search.items_sink AS SELECT * FROM search.items_mv WITH ( connector='postgres', host='search-service-db-cluster-rw.adib-int.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' )