GitHub user jinfengni opened a pull request:

    https://github.com/apache/drill/pull/255

    DRILL-3765: Move partitioning pruning to HepPlanner to avoid the perf…

    …ormance overhead for redundant rule execution.
    
    Add fall back option in planner.
    
    Run the regression/unit with this feature turned on /off.
    
    Please see DRILL-3765 for some performance number.
    
    Regarding the planner options:
    1. planner.enable_join_hep_opt is replaced with planner.enable_hep_opt.  
This controls whether HepPlanner would be used in drill logical planning. If 
this option is off, it would fall back to Volcano planner. 
    2. Add new planning option : planner.enable_hep_partition_pruning, which 
will turn on/off this feature. If this option is off, it will fall back to the 
code prior to this patch. 
    
    @amansinha100 , could you please review this patch?
    
    


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

    $ git pull https://github.com/jinfengni/incubator-drill DRILL-3765

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

    https://github.com/apache/drill/pull/255.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 #255
    
----
commit 739ac9482605cd2593b569ce2ec22fd176f6afbd
Author: Jinfeng Ni <[email protected]>
Date:   2015-11-03T23:51:10Z

    DRILL-3765: Move partitioning pruning to HepPlanner to avoid the 
performance overhead for redundant rule execution.
    
    Add fall back option in planner.

----


---
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.
---

Reply via email to