Skip to content

Commit

Permalink
planner: update the fix-control doc (#19284) (#19288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 13, 2024
1 parent b0d5e12 commit f5b4660
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions optimizer-fix-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ SET SESSION tidb_opt_fix_control = '44262:ON,44389:ON';
- 在某些场景下,当 `IndexJoin` 算子的 `Probe` 端包含 `Selection` 算子时,TiDB 会严重高估 `IndexScan` 的行数,导致在 `IndexJoin` 更好的时候选择了其它的执行计划。
- TiDB 已经引入了缓解这类问题的逻辑。但是由于潜在的计划回退风险,该逻辑并没有被默认启用。
- 此开关控制是否让这个改进生效。

### [`46177`](https://github.com/pingcap/tidb/issues/46177) <span class="version-mark">从 v6.5.6 和 v7.1.3 版本开始引入</span>

- 默认值:`ON`
- 可选值:`ON``OFF`
- 此开关控制优化器在查询优化的过程中,找到非强制执行计划后,是否继续查找强制执行计划进行查询优化。

0 comments on commit f5b4660

Please sign in to comment.