Bug #43469 | Auto Inc table instert scalability issues when ndb-cluster-connection-pool > 1 | ||
---|---|---|---|
Submitted: | 6 Mar 2009 23:30 | Modified: | 22 Apr 2009 15:02 |
Reporter: | Jonathan Miller | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S5 (Performance) |
Version: | mysql-5.1-telco-6.2, 6.3,6.4 | OS: | 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
[20 Apr 2009 16:47]
Jonathan Miller
[20 Apr 2009 16:47]
Jonathan Miller
load script with modified SP
Attachment: tpcb_load_db.pl (application/x-perl, text), 32.08 KiB.
[20 Apr 2009 16:47]
Jonathan Miller
ndb config
Attachment: config.ini (application/octet-stream, text), 338 bytes.
[20 Apr 2009 16:48]
Jonathan Miller
text file to call SP
Attachment: test.sql (application/octet-stream, text), 30 bytes.
[22 Apr 2009 15:00]
Jonathan Miller
New loader
Attachment: tpcb_load_db.pl (application/x-perl, text), 31.77 KiB.