Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protection from too large size of index in memory. #11188

Closed
alexey-milovidov opened this issue May 25, 2020 · 0 comments · Fixed by #60093
Closed

Protection from too large size of index in memory. #11188

alexey-milovidov opened this issue May 25, 2020 · 0 comments · Fixed by #60093
Labels
memory When memory usage is higher than expected usability

Comments

@alexey-milovidov
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
memory When memory usage is higher than expected usability
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants