Bug #36448 | Query running in parallel is 2 times slower than running from single client. | ||
---|---|---|---|
Submitted: | 1 May 2008 9:23 | Modified: | 13 May 2010 16:12 |
Reporter: | Sveta Smirnova | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S4 (Feature request) |
Version: | 5.0 | OS: | Any (Mac OS X 10.4 Intel, Windows 2003) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[13 May 2008 18:49]
Sveta Smirnova
[13 May 2008 18:50]
Sveta Smirnova
SHOW INNODB STATUS for 2 clients
Attachment: bug36448_2_client.txt.2 (application/octet-stream, text), 34.36 KiB.
[24 Jun 2008 19:28]
Sveta Smirnova
1 thread InnoDB status and vm_stat output
Attachment: bug36448_1.txt (text/plain), 6.97 KiB.
[24 Jun 2008 19:29]
Sveta Smirnova
2 threads InnoDB status and vm_stat output
Attachment: bug36448_2.txt (text/plain), 8.13 KiB.