Skip to content
Commit d24ee2a2 authored by Yorick Peterse's avatar Yorick Peterse Committed by Robert Speicher
Browse files

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.
parent ee14ac68
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment