You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2017/09/18 17:01:38 UTC

[3/3] incubator-trafodion git commit: Merge PR 1232 [TRAFODION-2738] Rowset buffer size during insert/upsert should be limited

Merge PR 1232 [TRAFODION-2738] Rowset buffer size during insert/upsert should be limited


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/e2789f97
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/e2789f97
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/e2789f97

Branch: refs/heads/master
Commit: e2789f97c0a0705fbbf352ee5e88d9c0e5a7a703
Parents: 574452e 4534b2b
Author: selvaganesang <se...@apache.org>
Authored: Mon Sep 18 17:00:29 2017 +0000
Committer: selvaganesang <se...@apache.org>
Committed: Mon Sep 18 17:00:29 2017 +0000

----------------------------------------------------------------------
 core/sql/common/ComSpace.cpp            | 11 +++++++++--
 core/sql/common/ComSpace.h              |  2 +-
 core/sql/common/NAMemory.cpp            | 23 ++++++++++++++++++++---
 core/sql/common/NAMemory.h              |  4 ++++
 core/sql/executor/ex_queue.cpp          | 26 +++++++++++++++-----------
 core/sql/executor/ex_queue.h            |  3 ++-
 core/sql/generator/GenRelPackedRows.cpp | 25 +++++++++++++++++--------
 core/sql/sqlcomp/DefaultConstants.h     |  2 ++
 core/sql/sqlcomp/nadefaults.cpp         |  2 ++
 9 files changed, 72 insertions(+), 26 deletions(-)
----------------------------------------------------------------------