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
The user may accidentially create a table with index_granularity = 1 and insert many rows.
In this case, the size of primary.idx may become too large, it will lead to OOM and subsequent infinite loop of OOM after startup.
The text was updated successfully, but these errors were encountered:
The user may accidentially create a table with index_granularity = 1 and insert many rows.
In this case, the size of primary.idx may become too large, it will lead to OOM and subsequent infinite loop of OOM after startup.
The text was updated successfully, but these errors were encountered: