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
..
2019-04-01 13:51:57 +02:00
2018-10-13 09:39:00 +02:00
CS
2019-05-15 14:58:40 +02:00
2019-05-28 12:02:17 +02:00
2016-06-22 17:59:35 +02:00
CS
2019-05-10 15:49:39 +02:00
2019-04-26 12:53:21 +02:00
2018-10-04 14:11:57 +02:00