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
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.
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.
Search before asking
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?
Subtasks
IcebergContentFile
and related codes #1839DataFile
in memory when evaluating tables. #1840Code of Conduct
The text was updated successfully, but these errors were encountered: