Bug #46959 | Delay in simple create table on ext4 | ||
---|---|---|---|
Submitted: | 27 Aug 2009 16:52 | Modified: | 22 Oct 2009 23:10 |
Reporter: | shane adams (OCA) | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S5 (Performance) |
Version: | 5.1.37 | OS: | Linux (Centos 5.3) |
Assigned to: | CPU Architecture: | Any | |
Tags: | ext4 ddl |
[27 Aug 2009 16:52]
shane adams
[22 Sep 2009 23:10]
MySQL Verification Team
Thank you for the bug report. I had Fedora Core 11 with ext4 and I didn't noticed that behavior, anyway could you please print here some output sample you got and describe your hardware too. Thanks in advance.
[23 Oct 2009 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".
[15 Nov 2009 9:11]
Udai Gupta
I have noticed something similar. 1) I had Ubuntu 9.04 (ext3) with default mysql-server-5.1 (5.1.31) 2) Now, I installed Ubuntu 9.10 (ext4) with default mysql-server-5.1 (5.1.37) I wanted to try ext4 but I got stuck with this issue, so I might have to revert to ext3. To reproduce this issue just install fresh the two combos on same machine and try a performance benchmark for any medium mysql dump(structure + data).
[15 Nov 2009 9:12]
Udai Gupta
Hardware info of the system
Attachment: hardinfo-ubuntu9.10_ext4.tar.gz (application/x-gzip, text), 8.94 KiB.
[20 Nov 2009 11:02]
Udai Gupta
I disabled the write barrier mode on the ext4 partition and that fixed it /dev/sda3 on / type ext4 (rw,errors=remount-ro,barrier=0)