WTa-hash commented on issue #2229: URL: https://github.com/apache/hudi/issues/2229#issuecomment-722564973
> Yes, you can get the details here : https://hudi.apache.org/blog/async-compaction-deployment-model/ Hi @bvaradar - In the link provided, I see the example has INLINE_COMPACT_NUM_DELTA_COMMITS_PROP set. I believe this property tells Hudi when to perform compaction based on number of commits. The issue here is you may have tables that are rarely updated. If INLINE_COMPACT_NUM_DELTA_COMMITS_PROP is set to 10, and it takes 1 month for a table to collect 10 commits, then the delay time would be 1 month. What do you suggest is the best approach to perform compaction based on TIME rather than number of commits? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
