Added trigram indexes for various searched columns
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.
Showing
Please register or sign in to comment