zhoujinsong commented on issue #3445: URL: https://github.com/apache/amoro/issues/3445#issuecomment-2694133463
The current clean method for the optimizing histories is scheduled separately for each table. I believe this design can be simplified, and this issue can be resolved simultaneously: - Schedule the cleaning process for all tables together. - Create a daily partition for history tables and change the clean SQL to drop partition. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
