Files
modrinth/apps/labrinth
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
2026-06-21 10:03:20 +00:00
2026-06-21 10:03:20 +00:00
2024-10-16 14:11:42 -07:00

labrinth banner

Modrinth's laboratory for its backend service & API!

For contributing information, please see the labrinth section of the Modrinth contributing guide. For documentation on the API itself, see the API Spec.