Bug #34681 | 5.1.23rc myisamchk problem with myisam_sort_buffer_size variable | ||
---|---|---|---|
Submitted: | 20 Feb 2008 0:12 | Modified: | 4 May 2008 9:10 |
Reporter: | Serge Yakubovich | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S2 (Serious) |
Version: | 5.1.23rc | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[20 Feb 2008 0:12]
Serge Yakubovich
[20 Feb 2008 1:15]
Serge Yakubovich
And, jet another thing with myisamchk that I do not understand This is closely connected I think with my previous bug report http://bugs.mysql.com/bug.php?id=32349 about repair of indexes [root@bandura LOAD]# /usr/local/mysql5123/bin/myisamchk -o /var/lib/mysql5123/SEARCH/CS.MYI - recovering (with keycache) MyISAM-table '/var/lib/mysql5123/SEARCH/CS.MYI' Data records: 0 Data records: 50000000 [root@bandura LOAD]# ls -l /var/lib/mysql5123/SEARCH/CS.MYI -rw-rw---- 1 mysql mysql 1146311680 Feb 20 02:26 /var/lib/mysql5123/SEARCH/CS.MYI [root@bandura LOAD]# /usr/local/mysql5122/bin/myisamchk -o /var/lib/mysql5123/SEARCH/CS.MYI - recovering (with keycache) MyISAM-table '/var/lib/mysql5123/SEARCH/CS.MYI' Data records: 50000000 [root@bandura LOAD]# ls -l /var/lib/mysql5123/SEARCH/CS.MYI -rw-rw---- 1 mysql mysql 1146311680 Feb 20 02:42 /var/lib/mysql5123/SEARCH/CS.MYI [root@bandura LOAD]# /usr/local/mysql5122/bin/myisamchk -r /var/lib/mysql5123/SEARCH/CS.MYI - recovering (with sort) MyISAM-table '/var/lib/mysql5123/SEARCH/CS.MYI' Data records: 50000000 - Fixing index 1 [root@bandura LOAD]# ls -l /var/lib/mysql5123/SEARCH/CS.MYI -rw-rw---- 1 mysql mysql 1116172288 Feb 20 02:54 /var/lib/mysql5123/SEARCH/CS.MYI So, both 5.1.22rc and 5.1.23rc myisamchk -o produses index of 1146311680 bytes while REPAIR TABLE ...[QUICK], myisamchk -r [-q] ( at least 5.1.22rc ) - 1116172288 bytes, why ? And with speed degradation up to 100-200+ times after table repair from SQL. Some wonders ,..
[3 Mar 2008 13:31]
Susanne Ebrecht
What's the difference you did during installation of MySQL 5.1.23 on FreeBSD and on Linux? Did you use gcc both times? Did you use readline? Are the versions of gcc and readline the same of both systems? Did you use the same tar ball for installation?
[3 Apr 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".
[4 Apr 2008 9:10]
Susanne Ebrecht
Serge, we still need to know what exactly is different on your systems.
[4 May 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".
[6 Aug 2009 3:43]
Roel Van de Paar
also see bug #46578