Pruning the plan branches with dual tables. #25234
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/planner
SIG: Planner
type/feature-request
Categorizes issue or PR as related to a new feature.
Feature Request
In optimizer, it will replace a forever-empty table (like table scan with a constant false) with a "dual" table. This opt can save the rpc calls to TiKV or TiFlash engine. But this opt still miss some cases, there are two opts that're worthy to do:
Besides, TiFlash should also need to support dual in order to solve corner cases, such as outer join dual tables.
The text was updated successfully, but these errors were encountered: