Bug #18000 | DD: New test now takes 100X more space, reports out of space and cores NDBD | ||
---|---|---|---|
Submitted: | 6 Mar 2006 22:48 | Modified: | 13 Apr 2006 11:18 |
Reporter: | Jonathan Miller | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 5.1.8 | OS: | Linux (Linux 32 Bit OS) |
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
[6 Mar 2006 23:05]
Jonathan Miller
[6 Mar 2006 23:06]
Jonathan Miller
Original file with 8 and 12 MB data files
Attachment: ndb_1.org (application/octet-stream, text), 9.05 KiB.
[13 Mar 2006 11:09]
Jonas Oreland
Smaller testcase wo/ drop table
Attachment: ndb_bug18000.test (application/octet-stream, text), 819 bytes.