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/12/14 21:10:29 UTC

[GitHub] incubator-trafodion pull request #1345: [TRAFODION-2839] Change Incr UPDATE ...

GitHub user DaveBirdsall opened a pull request:

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

    [TRAFODION-2839] Change Incr UPDATE STATS to not use CBFs by default

    Change the default for CQD USTAT_INCREMENTAL_UPDATE_STATISTICS from 'ON' to 'SAMPLE'. This causes the incremental update statistics logic to skip using Counting Bloom Filters, but instead always rebuild the histograms from the incremental sample. By doing so, we avoid accumulating CBF files in the $HOME/cbfs directories. As a side benefit, it turns out there is an elapsed time improvement to incremental update statistics in doing this. (Making this change was suggested by @blfritch a year ago actually, for performance reasons.)

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

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

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

    https://github.com/apache/incubator-trafodion/pull/1345.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 #1345
    
----
commit 149d1cfed176c511f8ac4826d840af7b5894c625
Author: Dave Birdsall <db...@apache.org>
Date:   2017-12-14T21:05:43Z

    [TRAFODION-2839] Change Incr UPDATE STATS to not use CBFs by default

----


---

[GitHub] incubator-trafodion pull request #1345: [TRAFODION-2839] Change Incr UPDATE ...

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

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


---