AkshayChan opened a new issue #2841: URL: https://github.com/apache/hudi/issues/2841
1. Is there a greatest value possible for the number of commits the hudi cleaner can retain? 2. What about the greatest possible value for `hoodie.keep.min.commits` and `hoodie.keep.max.commits`? 3. What is the difference between `hoodie.cleaner.commits.retained` and `hoodie.keep.min.commits`? If I understand correctly, the cleaner commits is the maximum number of commits we can query incrementally/point in time from, keep min commits is the least number of commits stored (for example in S3) and keep max commits is the maximum number of commits stored. 4. Are any commits between the keep min commits and kee[ max commits thresholds archived as log files? 5. Are any commits that exceed the max commit threshold deleted? 6. Are there performance issues if I set these values very large? For example: `hoodie.cleaner.commits.retained: 20000, hoodie.keep.min.commits: 20001, hoodie.keep.max.commits: 30000` Thanks in advance -- 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: us...@infra.apache.org