Support generating leading
and hash_join_build
hint for quick binding
#55280
Labels
leading
and hash_join_build
hint for quick binding
#55280
Enhancement
In tidb, the
create binding from history using plan digest ...
functionality relies on the ability of extracting hints from a physical plan.Current implementation of that module only supports several simple kinds of hints. And we also find it may not be a good idea to implement this functionality in this way.
For now, one important missing hint is
leading()
, which is the join order hint. We want to enhance this module based on current implementation to supportleading()
, and also try to generatehash_join_build()
hint to replace currenthash_join()
hint when possible. We may design better method to support this functionality in the future.The text was updated successfully, but these errors were encountered: