adityaverma1997 commented on issue #9257:
URL: https://github.com/apache/hudi/issues/9257#issuecomment-1649440527

   Correct me if I am wrong here, though I am running async cleaning but 
cleaning frequency is controlled by the following hudi configuration, which is:
   ```
   hoodie.clean.max.commits
   ```
   which is set as 10 in my case, so cleaner will get scheduled and executed 
after every 10th commit.
   On the other hand, we can retain no of commits when cleaning is executed 
based on below configuration:
   ```
   hoodie.cleaner.commits.retained
   ``` 
   I have set it as 2, so it will retain latest 2 commits and clean remaining 
commits on every cleaning execution.
   
   Looking forward for your reply @danny0405 and @ad1happy2go 


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to