Results 10 issues of Yifan Xu

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) When generating the table `lineorder_flat` for SSB test, first use dumpling to...

type/bug
sig/execution
severity/major
component/tiflash
may-affects-4.0
may-affects-5.1
may-affects-5.2
may-affects-5.3
may-affects-5.4
may-affects-5.0
may-affects-6.0
may-affects-6.1
may-affects-6.2

## Enhancement When execution `EXPLAIN ANALYZE ...`, we can get an execution plan with runtime stats such as `actRows` and `execution info`. If there is a Limit operator on root,...

type/enhancement
sig/execution
component/tiflash

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` create table t(a int, b int, index idx_a(a)); insert into t...

type/bug
sig/planner
severity/moderate
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.0
affects-6.1
affects-6.2

I tried to run convnet example in `examples/convnet/main.go` and found the loss doesn't decrease and the accuracy is low(just like random guess). Then I printed out the output of softmax...

## General Question I am writing TP201 Project3. When doing write benchmark, I find that sled's `set` operation is much slower than `kvs`. I also run the Project3 code in...

type/question

**System information** - OS Platform and Distribution: Linux Ubuntu 18.04 - TensorFlow version: 1.13.1 (with GPU support) - Python version: 3.7.7 - CUDA/cuDNN version: 10.0 / 7 - GPU: Tesla...

## Enhancement Currently the logic of building ranges has following problems: 1. No memory control. We can construct the case like #30755 to let TiDB OOM by building too many...

type/enhancement
sig/planner

### What is changed, added or deleted? (Required) Add system variable `tidb_opt_range_max_size`. ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):** By default,...

translation/doing
size/L
type/compatibility-or-feature-change
v6.4

### What is changed, added or deleted? (Required) Add note about the incompatibility result of `SELECT CAST(MeN AS CHAR)` between TiDB and MySQL. ### Which TiDB version(s) do your changes...

type/enhancement
translation/doing
status/PTAL
size/XS
area/sql-infra
needs-cherry-pick-release-6.2
needs-cherry-pick-release-6.3

### What is changed and how it works? Issue Number: ref #14231 What's Changed: ```commit-message ``` ### Related changes - PR to update `pingcap/docs`/`pingcap/docs-cn`: - Need to cherry-pick to the...

contribution
size/L
needs-rebase
release-note-none