Files
modrinth/apps/labrinth/migrations
Michael H. d1e8a9c574 perf: split attribution_enforced_versions subquery to use indexes
The original view used a single correlated `not exists` with an `or`,
which prevented the partial unique indexes on `attributions_exemptions`
from being used. Splitting into two `not exists` clauses lets each
anti-join use its own index instead of a full sequential scan.
2026-06-24 00:19:16 +02:00
..
2024-10-16 14:11:42 -07:00
2024-10-16 14:11:42 -07:00
2024-10-16 14:11:42 -07:00
2024-10-16 14:11:42 -07:00