Bug #6225 speed issue with ssps.setLong(i, x) (new Long trashing)
Submitted: 23 Oct 2004 1:50 Modified: 20 Dec 2004 18:12
Reporter: Quartz 12h Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:3.1.4b OS:Windows (win2k)
Assigned to: Mark Matthews CPU Architecture:Any

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:

[25 Oct 2004 14:59] Quartz 12h
test code (need the properties file)

Attachment: TestSQLStatements.java (text/plain), 14.53 KiB.

[25 Oct 2004 15:00] Quartz 12h
props file

Attachment: test_3.1.4b.properties (application/octet-stream, text), 741 bytes.

[3 Nov 2004 2:24] Quartz 12h
refactored without wrappers

Attachment: ServerPreparedStatement.java (text/plain), 52.59 KiB.

[3 Nov 2004 14:20] Quartz 12h
fix setBoolean(): type =  'Z' not 'z'. Uses BindValue copy constructor, not clone() (turn out to be faster! sorry)

Attachment: ServerPreparedStatement.java (text/plain), 52.50 KiB.