LiBinfeng-01 opened a new pull request, #35925:
URL: https://github.com/apache/doris/pull/35925

   Add feat of cost based rule hint
   - usage example
       /*+ COST_BASED_RULE(PLACE_DISTINCT_INTO_SET) */ 
        /*+ COST_BASED_RULE(NO_PLACE_DISTINCT_INTO_SET) */ 
   - all hints of this kind are list here:
   PLACE_DISTINCT_INTO_SET
   PUSH_DOWN_AGG_THROUGH_JOIN_ONE_SIDE
   PUSH_DOWN_AGG_THROUGH_JOIN
   PUSH_DOWN_DISTINCT_THROUGH_JOIN
   NO_PLACE_DISTINCT_INTO_SET
   NO_PUSH_DOWN_AGG_THROUGH_JOIN_ONE_SIDE
   NO_PUSH_DOWN_AGG_THROUGH_JOIN
   NO_PUSH_DOWN_DISTINCT_THROUGH_JOIN
   - remove sessionvariable enableNereidsRules
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to