You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All variant filtering now resolves through the variant_combinations
table via variant_combination_id, making the GIN index on the
variants TEXT[] column unused. Dropping it eliminates write overhead
on prow_jobs inserts and updates.
TestOutputs and TestDurations queries updated to use
variant_combination_id IN (subquery) instead of array containment.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments