perf(search): trigram indexes for sender/domain filters #17
Reference in New Issue
Block a user
Delete Branch "feature/search-trgm-index"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Slice 5 (perf): gin_trgm_ops indexes on Sender.Address/DisplayName + MailDomain.Name so the .Contains() (LIKE '%x%') filters are index-accelerated. Verified via EXPLAIN on live Postgres (Bitmap Index Scan). No behaviour change.
🤖 Generated with Claude Code