GitHub user sureshsubbiah opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1059
[TRAFODION-2586] UPSERT USING LOAD running slower than UPSERT with trâ¦
â¦ansactions disabled
Showplan indicates problem is likely in initial queue length. Particularly
for rowset upserts that are used for trickle loading, the number of rows in
each statement si not sufficient for the queue resize to kick in.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sureshsubbiah/incubator-trafodion 2586
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1059.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 #1059
----
commit 7430548e6e81d5a064461ef72ea26744920d4426
Author: Suresh Subbiah <[email protected]>
Date: 2017-04-11T05:38:13Z
[TRAFODION-2586] UPSERT USING LOAD running slower than UPSERT with
transactions disabled
Showplan indicates problem is likely in initial queue length. Particularly
for rowset upserts that are used for trickle loading, the number of rows in
each statement si not sufficient for the queue resize to kick in.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---