CREATE INDEX idx_threads_project_recency ON threads(project_id, recency_at_ms DESC) WHERE archived = 0 AND project_id IS NOT NULL;