Bug #57981 | UNIV_DEBUG causes big performance degradation for some operations on Solaris | ||
---|---|---|---|
Submitted: | 4 Nov 2010 14:57 | Modified: | 13 Feb 2012 3:42 |
Reporter: | John Embretsen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5.7-m3 | OS: | Solaris |
Assigned to: | Sunny Bains | CPU Architecture: | Any |
Tags: | rqg_pb2 |
[4 Nov 2010 14:57]
John Embretsen
[11 Nov 2010 9:18]
MySQL Verification Team
on linux, FC13 x64, it takes 2.5 minutes to create the doublewrite buffer in innodb on the first startup in valgrind. annoying. no idea what it is really doing all that time...
[25 Nov 2010 4:41]
MySQL Verification Team
yes, i confirm on FC13 it is just the doublewrite creation that takes ages, but only when starting mysqld in valgrind. so my workaround is start it up without valgrind, shut it down, then start in valgrind.
[25 Nov 2010 7:49]
Marko Mäkelä
Part of the UNIV_DEBUG slowness has been reported as Bug #58226.