Bug #90951 | Contribution by Facebook: Enhance group-by loose index scan | ||
---|---|---|---|
Submitted: | 21 May 2018 16:18 | Modified: | 29 Oct 2019 23:52 |
Reporter: | FBContrib Admin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.6.35 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 May 2018 16:18]
FBContrib Admin
[21 May 2018 16:18]
FBContrib Admin
Enhance group-by loose index scan (*) This code is contributed under the Facebook agreement
Contribution: fb_patch_64.txt (text/plain), 103.12 KiB.
[14 Jun 2018 20:47]
Omer Barnir
Thanks for the patch, contribution is accepted and will be incorporated into MySQL in near future.
[31 Jul 2019 0:15]
FBContrib Admin
Enhance group-by loose index scan - Update (*) This code is contributed under the Facebook agreement
Contribution: fb_patch_117.txt (text/plain), 4.81 KiB.
[29 Oct 2019 23:52]
Jon Stephens
Documented enhancement in the MySQL 8.0.19 changelog as follows: The current GROUP BY plan is improved so that every gap attribute is allowed to have a disjunction of equality predicates. Predicates from different attributes must still be conjunctive to each other in order to take advantage of this enhancement. Our thanks to Facebook for this contribution. Closed.