| Bug #88021 | High GC pressure when driver configured with serversideprepared statements | ||
|---|---|---|---|
| Submitted: | 7 Oct 2017 15:57 | Modified: | 22 Nov 2017 20:55 | 
| Reporter: | Johnathan Crawford (OCA) | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Connector / J | Severity: | S5 (Performance) | 
| Version: | 5.1.44 | OS: | Any | 
| Assigned to: | Alexander Soklakov | CPU Architecture: | Any | 
| Tags: | performance gc | ||
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 Nov 2017 10:49]
   Johnathan Crawford        
  
 
   [6 Nov 2017 10:50]
   Johnathan Crawford        
  Add generics to LRUCache to avoid typed exceptions
Attachment: 0001-Add-generics-to-LRUCache-to-avoid-typed-exceptions.patch (text/x-patch), 6.48 KiB.

