[ 
https://issues.apache.org/jira/browse/TRAFODION-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693793#comment-14693793
 ] 

ASF GitHub Bot commented on TRAFODION-1444:
-------------------------------------------

Github user sureshsubbiah commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/52#discussion_r36882701
  
    --- Diff: core/sql/executor/HBaseClient_JNI.h ---
    @@ -576,6 +550,30 @@ class HBaseClient_JNI : public JavaObjectInterface
       HBC_RetCode incrCounter( const char * tabName, const char * rowId, const 
char * famName, 
    --- End diff --
    
    Could incrCounter method benefit from the new change? Or maybe it is 
already getting is own htc and deleting it at the end?


> Reduce the path length for IUD operations in Trafodion in the hbase client 
> layer
> --------------------------------------------------------------------------------
>
>                 Key: TRAFODION-1444
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1444
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: sql-exe
>    Affects Versions: 2.0-incubating
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Selvaganesan Govindarajan
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> There are 3 JNI to java transitions for insert, update, delete, 
> checkAndInsert, checkAndUpdate and checkAndDelete operations. It can be done 
> with one jni transition and reduced memory allocation. 



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

Reply via email to