Bug #104967 | The fuction buf_validate() affects performance seriously and can be optimized | ||
---|---|---|---|
Submitted: | 17 Sep 2021 10:04 | Modified: | 19 Nov 2021 19:40 |
Reporter: | hobert lu | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S5 (Performance) |
Version: | 8.0.26 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[17 Sep 2021 10:04]
hobert lu
[26 Sep 2021 3:51]
hobert lu
modify category
[28 Sep 2021 7:05]
hobert lu
need feedback
[28 Sep 2021 8:05]
MySQL Verification Team
Hello hobert lu, Thank you for the report and feedback. I'm still analyzing this(need to apply patch and confirm the improvement) and get back to you if anything further needed. In the meantime, could you please share the config file(if not on default)? Thank you. regards, Umesh
[30 Sep 2021 15:33]
MySQL Verification Team
Thank you for the feedback. I haven't seen much improvements after applying your patch(I could be wrong, hence verifying so that it goes to Dev's radar). regards, Umesh
[30 Sep 2021 15:35]
MySQL Verification Team
MySQL 8.0.26 test results
Attachment: 104967_8.0.26.results (application/octet-stream, text), 529.26 KiB.
[30 Sep 2021 15:36]
MySQL Verification Team
Please note that in order to submit contributions you must first sign the Oracle Contribution Agreement (OCA). For additional information please check http://www.oracle.com/technetwork/community/oca-486395.html. If you have any questions, please contact the MySQL community team - https://dev.mysql.com/community/
[19 Nov 2021 19:40]
Daniel Price
Posted by developer: Fixed as of the upcoming 8.0.28 release, and here's the proposed changelog entry from the documentation team: The buf_validate() function in the InnoDB sources was optimized, improving performance on debug builds. Thanks to Hobert Lu for the contribution.