Zhou Kunqin
Zhou Kunqin
### What issue does this PR solve? - close #59 ### What is changed: Add the Rule-based Optimization section.
This repo doesn't have a license now. We need to choose a license for it.
### What problem does this PR solve? Issue Number: ref #37789 Problem Summary: ### What is changed and how it works? ### Check List Tests - [x] Unit test -...
### What is changed, added or deleted? (Required) Add description for the new `no_decorrelate` hint, and update some descriptions for the correlated subquery. This is expected for v6.4.0. ### Which...
### What is changed, added or deleted? (Required) ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):** By default, **CHOOSE MASTER ONLY** so...
## Reproduce ```sql create table t(a int, b int, c int, d int, index iabc(a,b,c), index ib(b)); -- run this many times insert into t value (rand()*100000, rand()*10, rand()*1000, rand()*1000),(rand()*100000,...
### What problem does this PR solve? Issue Number: close #55666 Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...