Bug #38878 | Strange execution times benchmarking 2 equivalent math operations | ||
---|---|---|---|
Submitted: | 19 Aug 2008 1:02 | Modified: | 19 Sep 2008 5:39 |
Reporter: | Federico Razzoli (OCA) | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S5 (Performance) |
Version: | 5.0.51a | OS: | Linux (Ubuntu 8.04) |
Assigned to: | CPU Architecture: | Any |
[19 Aug 2008 1:02]
Federico Razzoli
[19 Aug 2008 5:39]
Valeriy Kravchuk
Results should be the same, but computation will be performed differently. Multiplication on float numbers will be slower than addition. So, 2 multiplications vs. one is the reason, likely. Please, send SHOW CREATE TABLE for that t1 table.
[19 Sep 2008 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".