[
https://issues.apache.org/jira/browse/TRAFODION-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681928#comment-14681928
]
ASF GitHub Bot commented on TRAFODION-1444:
-------------------------------------------
GitHub user selvaganesang opened a pull request:
https://github.com/apache/incubator-trafodion/pull/52
[TRAFODION-1444] Reduced pathlength for IUD
Reduced the number of JNI to java transitions and
memory allocation by streamlining the Trafodion-HBase
client layer for IUD commands
Also removed unreferenced code and variables in this layer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/incubator-trafodion
trafodion-1444
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/52.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #52
----
commit 8e8fd9b2515cb354d076883906a614cc41084ba2
Author: Selva Govindarajan <[email protected]>
Date: 2015-08-11T15:09:17Z
[TRAFODION-1444] Reduced pathlength for IUD
Reduced the number of JNI to java transitions and
memory allocation by streamlining the Trafodion-HBase
client layer for IUD commands
Also removed unreferenced code and variables in this layer.
----
> 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)