[
https://issues.apache.org/jira/browse/DERBY-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dag H. Wanvik updated DERBY-760:
--------------------------------
Derby Categories: [Performance]
> Implement routines that will write/read data from a byte[] in drda format
> rather than calling getXXX and setXXX methods
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-760
> URL: https://issues.apache.org/jira/browse/DERBY-760
> Project: Derby
> Issue Type: Improvement
> Components: Network Server
> Affects Versions: 10.2.1.6
> Reporter: Kathey Marsden
> Priority: Minor
>
> A while back Dan suggested this performance improvement for Network Server.
> Instead of calling the getXXX setXXX methods in Network Server,
> we can implement either a getDRDARow/setDRDARow or
> getDRDAValue/setDRDAvalue methods to bypass the conversion and
> minimize object creation. Perhaps the signature would be
> something like.
> public void getDRDARow(int[] drdaTypes, byte[], startOffset)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.