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.
Loading
- 
mentioned in issue gitlab-development-kit#103 (closed) 
- 
🔴 @smcgivernmentioned in merge request !20531 (closed) 
Please register or sign in to comment
