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: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 3.1.4b | OS: | Windows (win2k) |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
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
[25 Oct 2004 14:59]
Quartz 12h
[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.