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
..
2016-01-31 14:48:26 +01:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 14:15:07 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-09-05 14:25:32 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-06-14 13:43:09 +02:00
2018-11-28 22:04:55 +01:00
2018-11-28 22:04:55 +01:00
2019-01-23 13:28:23 +01:00
2019-01-18 15:25:50 +01:00
2019-03-01 20:26:59 +01:00
2019-04-01 15:45:17 +02:00
2019-04-26 12:53:21 +02:00
2019-05-10 21:15:46 +02:00
2019-06-05 10:53:15 +02:00