Bug #80030 | Connector/NET slow connecting to newer MySQL versions with pooling disabled | ||
---|---|---|---|
Submitted: | 18 Jan 2016 10:32 | Modified: | 31 Jul 2018 14:43 |
Reporter: | Jan Reilink | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.9.8.0 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | Connector/Net, slow |
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
[18 Jan 2016 11:10]
Onno Molenkamp
[21 Jan 2016 12:19]
Chiranjeevi Battula
Test Results
Attachment: 80030.zip (application/zip, text), 4.82 KiB.
[7 Sep 2016 10:06]
NOT_FOUND NOT_FOUND
these client properties should be queried only once at startup, because they are invariant during the process lifetime
Attachment: 0001-client-properties-performance.patch (application/octet-stream, text), 6.93 KiB.