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
This issue aims to resolve a hindering performance issue.
A GIN index for identities exists in production, and it causes severe database degradation under certain circumstances observed in production, e.g. searching for an UUID identifier.
Warning
This issue aims to resolve a hindering performance issue.
A GIN index for identities exists in production, and it causes severe database degradation under certain circumstances observed in production, e.g. searching for an UUID identifier.
Timeline for context:
identity_identifier_idxwas added toenvironments_identity.identifier.feat: Add GIN index on
Identity.identifier#5369fix: Revert "feat: Add GIN index on
Identity.identifier" #5481Acceptance criteria