super-productivity/packages/super-sync-server/prisma
Johannes Millan 8f5296d7c9
perf(supersync): disable GIN fastupdate for conflict lookups (#9213)
Prevent the entity_ids GIN pending list from adding hundreds of milliseconds to conflict probes. Bound the index lock and cleanup, and retry the exact failed migration natively without marking it applied out of band.

Refs #9204
2026-07-21 09:48:24 +02:00
..
migrations perf(supersync): disable GIN fastupdate for conflict lookups (#9213) 2026-07-21 09:48:24 +02:00
schema.prisma fix(supersync): split the conflict entity lookup to avoid a full-history scan (#9195) 2026-07-20 19:33:57 +02:00