Yuanjia Zhang

Results 14 issues of Yuanjia Zhang

### What problem does this PR solve? Issue Number: ref #36598 Problem Summary: planner: move logic of plan cache stmt checking to plan cache backend ### What is changed and...

status/LGT2
sig/planner
status/can-merge
epic/plan-cache
size/L
release-note-none

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

size/L
do-not-merge/work-in-progress
release-note-none
do-not-merge/needs-linked-issue

### First-time contributors' checklist - [ ] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ###...

translation/doing
size/L
area/planner
add-missing-sysvar-experimental-docs

## Project Incubating Request Plan Change Capturer ### Describe the project you want to incubate: #### Summary **User story**: as a user, I want to ensure there is no performance...

Write-Transactions update Meta1 on commit, and Meta2 only be updated at Backup (invoke tx.WriteTo); **So, please consider this case:** 1. Assume my DB's freelist is stored in Page34, and I...

These four lines: 32: hmacKey := pbkdf2.Key([]byte(password), hmacSalt, 10000, 32, sha1.New) 45: cipherKey := pbkdf2.Key([]byte(password), encSalt, 10000, 32, sha1.New) 91: encKey := pbkdf2.Key([]byte(password), encSalt, 10000, 32, sha1.New) 92: hmacKey :=...

## Enhancement See the case below: ``` create table t_small (a int, b int); create table t_big (a int, b int, key(a)); explain select * from t_small join (select *,...

type/enhancement
sig/planner

## Enhancement For queries like `select t_small join {subquery} t_big on t_small.c=t_big.c` or `select * from t_small, {subquery} t_big where t_small.c=t_big.c`, TiDB always tries to decorrelate sub-queries (this operator is...

type/enhancement
sig/planner

## Feature Request **Is your feature request related to a problem? Please describe:** 1. Set some filter conditions in the Slow-Query page; ![8464b274-214f-4625-a46e-a8d60dc95e40](https://user-images.githubusercontent.com/7499936/212234635-09ab7494-5ebc-4b3e-9b33-c9bf9e552e60.jpeg) 2. Then enter the detail page of...

type/bug
status/discussion
type/feature-request

### First-time contributors' checklist - [ ] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) ###...

translation/doing
size/M
type/compatibility-or-feature-change
v8.0