zhangyue19921010 commented on a change in pull request #4078:
URL: https://github.com/apache/hudi/pull/4078#discussion_r773735747
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCompactionConfig.java
##########
@@ -249,6 +249,21 @@
+ "record size estimate compute dynamically based on commit
metadata. "
+ " This is critical in computing the insert parallelism and
bin-packing inserts into small files.");
+ public static final ConfigProperty<String> ARCHIVE_MAX_FILES = ConfigProperty
+ .key("hoodie.archive.max.files")
+ .noDefaultValue()
+ .withDocumentation("The numbers of kept archive files under archived.");
+
+ public static final ConfigProperty<String> ARCHIVE_AUTO_TRIM_ENABLE =
ConfigProperty
Review comment:
Sure, will compact these small archive files instead of deleting. This
may need to do design work.
Will upgrade the code and design ASAP.
Thanks a lot for your review.
--
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]