[
https://issues.apache.org/jira/browse/DERBY-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Waagan updated DERBY-4686:
-----------------------------------
Fix Version/s: 10.5.3.1
10.6.1.1
Backported to 10.6 with revision 957472 and to 10.5 with revision 957473.
> SQLBinary.writeBlob is inefficient, reading one byte at a time from the
> source BLOB
> -----------------------------------------------------------------------------------
>
> Key: DERBY-4686
> URL: https://issues.apache.org/jira/browse/DERBY-4686
> Project: Derby
> Issue Type: Improvement
> Components: Store
> Affects Versions: 10.7.0.0
> Reporter: Kristian Waagan
> Assignee: Yun Lee
> Fix For: 10.5.3.1, 10.6.1.1, 10.7.0.0
>
> Attachments: DERBY-4686-1.diff, DERBY-4686-1.diff, DERBY-4686-2.diff,
> DERBY-4686.diff
>
>
> SQLBinary.writeBlob is inefficient, since it is only reading one byte at the
> time from the source BLOB.
> It would be better if a transfer buffer was used to facilitate the write.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.