Bug #41873 | MySQL doesn't use indexes when joining large table to small one | ||
---|---|---|---|
Submitted: | 5 Jan 2009 15:52 | Modified: | 12 Jan 2009 21:12 |
Reporter: | Johan Strom | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.1.30-community, 5.0, 5.1, 6.0 bzr | OS: | Any (MS Windows, Linux) |
Assigned to: | 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
[5 Jan 2009 15:58]
Johan Strom
[12 Jan 2009 21:14]
Sveta Smirnova
test case
Attachment: bug41873.test.tar.gz (application/x-gzip, text), 262.86 KiB.
[12 Jan 2009 21:43]
Sveta Smirnova
shorter test case for 5.1 and 6.0
Attachment: bug41873.test (application/octet-stream, text), 110.38 KiB.