Bug #50902 Performance improvement in Connector/NET
Submitted: 4 Feb 2010 8:43 Modified: 4 Feb 2010 18:10
Reporter: Bogdan Degtyariov Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:6.2 OS:Any
Assigned to: Bogdan Degtyariov CPU Architecture:Any
Tags: GetBytes

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[4 Feb 2010 8:45] Bogdan Degtyariov
"is" comparison replaced with "=="

Attachment: perf_patch.diff (text/x-diff), 780 bytes.