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

[Improvement]: Protect from out-of-memory error when optimizing a table with many files. #1837

Closed
6 of 7 tasks
zhoujinsong opened this issue Aug 14, 2023 · 2 comments
Closed
6 of 7 tasks

Comments

@zhoujinsong
Copy link
Contributor

zhoujinsong commented Aug 14, 2023

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

Many processes like optimizing planning will load file metadata of tables into memory, which may cause OOM errors if processing tables with many files.

When dealing with tables with many files, we should limit memory usage to avoid OOM issues.

How should we improve?

Limit memory usage when dealing with tables.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

Code of Conduct

Copy link

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

@github-actions github-actions bot added the stale label Aug 21, 2024
Copy link

github-actions bot commented Sep 4, 2024

This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant