[Subtask]: Do not cache DataFile
in memory when evaluating tables.
#1840
Closed
2 of 3 tasks
Labels
type:subtask
Subtask of another issue
Search before asking
Description
Amoro will evaluate every table to determine if it is needed to perform optimizing.
Currently, we need to scan all files of a table to complete the evaluating process, but during the scanning process, we only need to collect information about the files and do not need to cache these file objects to reduce memory consumption.
Parent issue
#1837
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: