wallabag/app
Jeremy Benoist 70df4c3359
Use two indexes instead of one for hashed urls
When using `OR` in a where clause, a composite index can't be used. We should use a `UNION` to take advantages of it.
Instead, create 2 indexes on each hashed urls and make 2 queries to find an url. It'll be faster than the previous solution.
2019-06-05 10:53:15 +02:00
..
config Keep composer.lock 2019-05-29 11:41:07 +02:00
DoctrineMigrations Use two indexes instead of one for hashed urls 2019-06-05 10:53:15 +02:00
Resources Merge remote-tracking branch 'origin/master' into 2.4 2019-05-15 14:38:07 +02:00
.htaccess symfony is there 2015-01-22 08:30:07 +01:00
AppCache.php Update bundle & stock file 2016-01-15 09:35:38 +01:00
AppKernel.php Use httplug 2019-05-28 11:40:41 +02:00