Bug #45475 | TABLE_OPEN_CACHE_MIN should be same value as TABLE_OPEN_CACHE_DEFAULT | ||
---|---|---|---|
Submitted: | 12 Jun 2009 17:03 | Modified: | 21 Jul 2009 18:41 |
Reporter: | Vincent Carbone | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S5 (Performance) |
Version: | 5.4.0-Beta | OS: | Solaris (snv_106 X86) |
Assigned to: | Mikael Ronström | CPU Architecture: | Any |
Tags: | 5.4-Beta, table_open_cache, TABLE_OPEN_CACHE_DEFAULT, TABLE_OPEN_CACHE_MIN |
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