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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]