eliminate raw sql LIKE query

This commit is contained in:
Joey Hess 2019-10-30 15:16:03 -04:00
parent 09c7cbbaa8
commit 4940a135af
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 67 additions and 43 deletions

View file

@ -10,6 +10,8 @@ process.
Eg, store the size and allowable mtimes in a separate table that is
queried when necessary.
Fixed.
* Several selects were not able to use indexes, so would be slow.
Fixed by adding indexes.