-
Added trigram indexes for various searched columns · d24ee2a2Yorick Peterse authored
This allows the LIKE condition to use an index. Without a GIN + trigram index LIKE queries using a wildcard at the start _won't_ use an index and instead perform a sequence scan.
d24ee2a2
×