Skip to content

Commit

Permalink
docs: fix outdated github URL (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikipom authored Dec 10, 2023
1 parent 9b57613 commit 67cdf0f
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion src/understand-tidb/cbo.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ But we still have some problems that the current framework can not handle. For e
* For optimization rules that may not always get better, we currently do not support the selection of rules through cost. The search space of the optimizer is restricted.
* ...

We want to solve these problems, so we are planning to develop a new optimizer framework the `Cascades Planner`. But it still works in progress. You can learn more by reading [`planner/cascades`](https://github.com/pingcap/tidb/tree/master/planner/cascades), [`planner/memo`](https://github.com/pingcap/tidb/tree/master/planner/memo) and [`planner/implementation`](https://github.com/pingcap/tidb/tree/master/planner/implementation) under the [`planner`](https://github.com/pingcap/tidb/tree/master/planner) module.
We want to solve these problems, so we are planning to develop a new optimizer framework the `Cascades Planner`. But it still works in progress. You can learn more by reading [`planner/cascades`](https://github.com/pingcap/tidb/tree/master/pkg/planner/cascades), [`planner/memo`](https://github.com/pingcap/tidb/tree/master/pkg/planner/memo) and [`planner/implementation`](https://github.com/pingcap/tidb/tree/master/pkg/planner/implementation) under the [`planner`](https://github.com/pingcap/tidb/tree/master/pkg/planner) module.
Loading

0 comments on commit 67cdf0f

Please sign in to comment.