You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by DaveBirdsall <gi...@git.apache.org> on 2017/10/10 19:32:56 UTC

[GitHub] incubator-trafodion pull request #1261: [TRAFODION-1715] Improve memory use ...

GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1261

    [TRAFODION-1715] Improve memory use in UPDATE STATS when sample table…

    … is used
    
    UPDATE STATISTICS allocates memory for columns before deciding whether to create and populate a sample table. (It may turn out that creating one is unnecessary.)
    
    This change deallocates that memory when a sample table is created and populated, improving the amount of memory available for the latter. The memory is reallocated again once the sample table is populated.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion1715

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1261.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 #1261
    
----
commit 2d2643c5c9fe93448f454554195cb23c5ebc79b9
Author: Dave Birdsall <db...@apache.org>
Date:   2017-10-10T19:29:50Z

    [TRAFODION-1715] Improve memory use in UPDATE STATS when sample table is used

----


---

[GitHub] incubator-trafodion pull request #1261: [TRAFODION-1715] Improve memory use ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/1261


---