[
https://issues.apache.org/jira/browse/DERBY-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristian Waagan updated DERBY-4686:
-----------------------------------
Attachment: DERBY-4686-1.diff
Thanks, Yun.
I think the patch looks good, and once the final test run has completed I
intend to commit it.
The latest patch contained a mix of tab and space indents, so I replaced all
tabs with four spaces and attached the updated patch. I also verified that the
changed code is indeed exercised in our test suite (I found UserLobTest and
BooleanValuesTest).
> 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
> Attachments: DERBY-4686-1.diff, DERBY-4686-1.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.