mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
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.
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.
