| Actor | Fragment | Worker | State |
|---|---|---|---|
| 159099 | 19309 | 33 | running |
| 159100 | 19309 | 33 | running |
CREATE SINK search.items_sink AS SELECT * FROM search.items_mv WITH ( connector='postgres', host='search-service-db-cluster-rw.ai-hub-int.svc.cluster.local', port='5432', user='ai_dev_db_user', 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' )