Bug #86904 Speed up decimal/binary conversions
Submitted: 3 Jul 2017 11:09 Modified: 31 Jul 2017 14:20
Reporter: Steinar Gunderson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Optimizer Severity:S3 (Non-critical)
Version:8.0.3 OS:Any
Assigned to: CPU Architecture:Any

[3 Jul 2017 11:09] Steinar Gunderson
Description:
decimal2bin / bin2decimal is used fairly extensively in code that works on decimal columns. There's some low-hanging fruit in there that we should optimize, for ~10% gain in these routines (possibly a percent or two on some DBT-3 queries).

How to repeat:
N/A

Suggested fix:
N/A
[31 Jul 2017 14:20] Paul DuBois
Posted by developer:
 
Fixed in 8.0.3.

Minor performance gain. No changelog entry needed.