1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00
wallabag/src/Wallabag/CoreBundle/Entity
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.php Fix tests & cs & migration 2019-04-26 12:53:21 +02:00
Entry.php Use two indexes instead of one for hashed urls 2019-06-05 10:53:15 +02:00
SiteCredential.php Enable PHPStan 2019-01-18 15:25:50 +01:00
Tag.php Tag: render tags case-insensitive by storing them in lowercase 2017-08-27 16:51:23 +02:00
TaggingRule.php Fix RulerZBundle 2018-11-25 10:08:45 +01:00