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
feat(spp_registry): add database indexes for search performance
Add B-tree indexes on is_registrant, is_group, registration_date,
reg_id.value, and phone_no fields. Add pg_trgm trigram GIN indexes
on name, email, and phone_no to support efficient ILIKE substring
matching. Without these, ILIKE '%term%' queries do full table scans.
0 commit comments