You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by linwen <gi...@git.apache.org> on 2018/04/08 08:59:30 UTC

[GitHub] incubator-hawq pull request #1352: HAWQ-1604. Add A New GUC hawq_hashjoin_bl...

GitHub user linwen opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1352

    HAWQ-1604. Add A New GUC hawq_hashjoin_bloomfilter 

    HAWQ-1604. Add A New GUC hawq_hashjoin_bloomfilter to indicate if use Bloom filter for hash join.
    Remove gp_hashjoin_bloomfilter and bloom filter in hash join table, this part of legacy codes has been verified that it won't improve hash join performance.
    
    Please review, thanks!

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

    $ git pull https://github.com/linwen/incubator-hawq hawq-1604

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

    https://github.com/apache/incubator-hawq/pull/1352.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 #1352
    
----
commit 2b05192b8112f6164496c4f2a9f8cedc5aa77be4
Author: Wen Lin <wl...@...>
Date:   2018-04-08T08:49:36Z

    HAWQ-1604. Add A New GUC hawq_hashjoin_bloomfilter to indicate if use Bloom filter for hash join.
               Remove gp_hashjoin_bloomfilter and bloom filter in hash join table, this part of legacy codes has been verified that it won't improve hash join performance.

----


---

[GitHub] incubator-hawq pull request #1352: HAWQ-1604. Add A New GUC hawq_hashjoin_bl...

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

    https://github.com/apache/incubator-hawq/pull/1352


---

[GitHub] incubator-hawq issue #1352: HAWQ-1604. Add A New GUC hawq_hashjoin_bloomfilt...

Posted by wengyanqing <gi...@git.apache.org>.
Github user wengyanqing commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1352
  
    LGTM.


---