Bug #43664 | SQLTables is very slow due to SHOW TABLE STATUS | ||
---|---|---|---|
Submitted: | 16 Mar 2009 6:56 | Modified: | 24 May 2010 13:26 |
Reporter: | Bogdan Degtyariov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S4 (Feature request) |
Version: | 5.1 | OS: | Any |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | information_schema, show table status, SQLTables |
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
[17 Apr 2009 11:41]
Bogdan Degtyariov
[16 Jun 2009 12:29]
Bogdan Degtyariov
patch version 6 (all tests pass). SQLForeignKeys() fixed
Attachment: I_S_SQLTables_v6.diff (application/octet-stream, text), 15.91 KiB.
[11 Apr 2010 15:46]
Lawrenty Novitsky
the patch as it looks after merge and couple of changes
Attachment: I_S_SQLTables_v7.diff (text/x-diff), 18.92 KiB.
[12 Apr 2010 15:49]
Lawrenty Novitsky
Some additional stuff for the patch and fix of one merging error
Attachment: bug43664_add.diff (application/octet-stream, text), 3.13 KiB.