You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dyre Tjeldvoll (JIRA)" <de...@db.apache.org> on 2005/12/19 18:13:31 UTC

[jira] Updated: (DERBY-212) Optimize some specific methods in Network Server to improve performance

     [ http://issues.apache.org/jira/browse/DERBY-212?page=all ]

Dyre Tjeldvoll updated DERBY-212:
---------------------------------

      Component: Performance
    Description: 
In reviewing the Network Server Code and profiling there were 
several areas that showed potential for providing performance 
improvement.

Functions that need optimizing to prevent unneeded object 
creation and excessive decoding
parsePKGNAMCSN()
parseSQLDTA_work()
buildDB2CursorName()


In DDMWriter and DDMReader, use System Routines in 
java.util.Arrays and System.arrayCopy instead of 
writing code to do functions like copy arrays and 
pad strings.



  was:
In reviewing the Network Server Code and profiling there were 
several areas that showed potential for providing performance 
improvement.

Functions that need optimizing to prevent unneeded object 
creation and excessive decoding
parsePKGNAMCSN()
parseSQLDTA_work()
buildDB2CursorName()


In DDMWriter and DDMReader, use System Routines in 
java.util.Arrays and System.arrayCopy instead of 
writing code to do functions like copy arrays and 
pad strings.



    Environment: 

Added performance as a component

> Optimize some specific methods in Network Server to improve performance
> -----------------------------------------------------------------------
>
>          Key: DERBY-212
>          URL: http://issues.apache.org/jira/browse/DERBY-212
>      Project: Derby
>         Type: Improvement
>   Components: Network Server, Performance
>     Versions: 10.1.1.0
>     Reporter: Kathey Marsden
>     Assignee: Knut Anders Hatlen
>     Priority: Minor

>
> In reviewing the Network Server Code and profiling there were 
> several areas that showed potential for providing performance 
> improvement.
> Functions that need optimizing to prevent unneeded object 
> creation and excessive decoding
> parsePKGNAMCSN()
> parseSQLDTA_work()
> buildDB2CursorName()
> In DDMWriter and DDMReader, use System Routines in 
> java.util.Arrays and System.arrayCopy instead of 
> writing code to do functions like copy arrays and 
> pad strings.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira