You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you mean size: 64 is too small for this column?
Maybe notice that enlarge value might cause chunk size too big and increase the Go GC burden.
Ref #28339
Do you mean size: 64 is too small for this column? Maybe notice that enlarge value might cause chunk size too big and increase the Go GC burden. Ref #28339
Yeah, it is too small. There is no good workaround, since it will output much longer texts than the column definition. This works because that we don't check column types for internal mem table like this one.
Bug Report
tidb/pkg/infoschema/tables.go
Line 1393 in d6db1e8
It should be text,
PLAN_HINT
may be large. I encountered this when developing workload repository.1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master-09-13
The text was updated successfully, but these errors were encountered: