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
Now tidb distinguishes between soft limit and hard limit, but it does not work very well.
For example, the hard limit can cancel SQL only after all disk drop operations are triggered. During this period, the memory usage may exceed the hard limit.
We should try to spill to disk when the memory reaches the soft limit, and kill when the hard limit is reached.
The text was updated successfully, but these errors were encountered:
Enhancement
Now tidb distinguishes between soft limit and hard limit, but it does not work very well.
For example, the hard limit can cancel SQL only after all disk drop operations are triggered. During this period, the memory usage may exceed the hard limit.
We should try to spill to disk when the memory reaches the soft limit, and kill when the hard limit is reached.
The text was updated successfully, but these errors were encountered: