gitlab-org--gitlab-foss/db
Yorick Peterse d24ee2a206 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.
2016-03-11 15:25:21 -05:00
..
fixtures Allow the initial admin to set a password 2016-03-04 17:37:57 -05:00
migrate Added trigram indexes for various searched columns 2016-03-11 15:25:21 -05:00
schema.rb Added trigram indexes for various searched columns 2016-03-11 15:25:21 -05:00
seeds.rb init commit 2011-10-09 00:36:38 +03:00