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
This meets the design expectations of chunk reuse.Chunk reuse will cache the previously applied chunks and distribute them to subsequent sql.The chunk requested in chunk reuse may be larger than the requested capacity (the maximum capacity is affected by tidb_max_chunk_size).
If there is very little memory, please execute set tidb_enable_reuse_chunk=OFF to disable the function
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
always execute success
3. What did you see instead (Required)
got oom error after some times
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: