yihua commented on issue #5435:
URL: https://github.com/apache/hudi/issues/5435#issuecomment-1110202002

   @Doorwood For MOR table, the compaction is scheduled and executed every few 
commits to compact the base and log files in the file slice to a new base file, 
so that it can be considered for file sizing optimization like small file 
handling and clustering later on. Here's how you can [run 
compaction](https://hudi.apache.org/learn/faq/#how-do-i-run-compaction-for-a-mor-dataset)
 for a MOR table.  After compaction, you can also run 
[clustering](https://hudi.apache.org/docs/file_sizing/#auto-size-with-clustering)
 to auto-size the data files.


-- 
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]

Reply via email to