[
https://issues.apache.org/jira/browse/TRAFODION-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857402#comment-15857402
]
ASF GitHub Bot commented on TRAFODION-1562:
-------------------------------------------
Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/946#discussion_r99991927
--- Diff: core/sql/executor/ExHbaseIUD.cpp ---
@@ -912,8 +912,22 @@ ExWorkProcRetcode ExHbaseAccessUpsertVsbbSQTcb::work()
copyRowIDToDirectBuffer(rowId_);
currRowNum_++;
- matches_++;
-
+ // temp code below.WIll remove the envvar after this
+ //has got enough exposure in testing.
+ if (getenv("TURN_OFF_RETURNROW"))
--- End diff --
Thanks - I will remove this. I had used it for quick debugging. I didn't
realize it'll have an impact on performance. Will look into fixing it and
submit a new version of this file.
> Changes in query tree when the upsert command is transformed into merge
> -----------------------------------------------------------------------
>
> Key: TRAFODION-1562
> URL: https://issues.apache.org/jira/browse/TRAFODION-1562
> Project: Apache Trafodion
> Issue Type: Sub-task
> Components: sql-cmp
> Reporter: Selvaganesan Govindarajan
> Assignee: Sandhya Sundaresan
> Attachments: BatchUpsertTransformation.pdf
>
>
> to improve the performance as explained in the main JIRA
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)