Bug #88103 | Contribution by Facebook: Support loose index range scans for low cardinali ... | ||
---|---|---|---|
Submitted: | 16 Oct 2017 2:07 | Modified: | 31 Jul 2018 17:27 |
Reporter: | FBContrib Admin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
[16 Oct 2017 2:07]
FBContrib Admin
[16 Oct 2017 2:07]
FBContrib Admin
Support loose index range scans for low cardinality column predicates (*) This code is contributed under the Facebook agreement
Contribution: fb_patch_3.txt (text/plain), 142.95 KiB.
[17 Oct 2017 23:28]
Omer Barnir
Thanks for your contribution, we will incorporate the patch into MySQL.
[24 Jun 2018 0:06]
monty solomon
What the patch added to MySQL?
[31 Jul 2018 17:27]
Paul DuBois
Posted by developer: Fixed in 8.0.13. The optimizer now supports a Skip Scan access method that enables range access to be used in previously inapplicable situations to improve query performance. For more information, see https://dev.mysql.com/doc/refman/8.0/en/range-optimization.html. Thanks to Facebook for the patch on which this access method is based.