Zhou Kunqin

Results 7 issues of 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 -...

size/XXL
do-not-merge/cherry-pick-not-approved
release-note-none

### 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...

translation/doing
size/L
area/engine
v6.4

### 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...

translation/done
size/S
for-release
needs-1-more-lgtm
v8.1

## 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,...

type/enhancement

### What problem does this PR solve? Issue Number: close #55666 Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...

sig/planner
size/S
release-note-none
do-not-merge/needs-triage-completed
needs-cherry-pick-release-6.5