mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 13:16:28 +00:00
70df4c3359
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. |
||
---|---|---|
.. | ||
ConfigControllerTest.php | ||
EntryControllerTest.php | ||
ExportControllerTest.php | ||
FeedControllerTest.php | ||
SecurityControllerTest.php | ||
SettingsControllerTest.php | ||
SiteCredentialControllerTest.php | ||
StaticControllerTest.php | ||
TagControllerTest.php |