You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Selvaganesan Govindarajan (JIRA)" <ji...@apache.org> on 2016/05/12 21:48:13 UTC

[jira] [Resolved] (TRAFODION-1955) JNI optimization in Trafodion

     [ https://issues.apache.org/jira/browse/TRAFODION-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Selvaganesan Govindarajan resolved TRAFODION-1955.
--------------------------------------------------
    Resolution: Fixed

https://github.com/esgyn/traf-plus/pull/776
https://github.com/apache/incubator-trafodion/pull/477

> JNI optimization in Trafodion 
> ------------------------------
>
>                 Key: TRAFODION-1955
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1955
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Selvaganesan Govindarajan
>
> ByteArrayList in Trafodion is an expensive class. Removing the use of this class everywhere. Replace its usage with array of byte arrays.
> This class is mainly used in compiler. Hence it is expected to see some improvement with compilation of queries when the tables involved in queries have large number of regions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)