-- Persist only server-derived placement metadata alongside queue ownership. -- Redis remains a rebuildable index; this JSON projection is durable source -- data and may be empty until the authenticated probe completes. ALTER TABLE queue_tickets ADD COLUMN predicted_rtt JSONB NOT NULL DEFAULT '{}'::jsonb;