AlexLY123 removed a comment on issue #4225: URL: https://github.com/apache/iceberg/issues/4225#issuecomment-1058821032
> @AlexLY123 : > > compaction already handles merging the delete files. but by default it is disabled. Need to configure the `delete-file-threshold` to enable it. https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/actions/BinPackStrategy.java#L87-L88 > > Also regarding major and minor compaction. Even though we don't have similar to hbase, we can run compaction based on the resource availability by selecting few files itself; Currently possible by using the `filter` method (where clause) of `rewrite_data_files` > > Also lot of control is there by configuring parallelism and enabling partial commit during compaction etc. cc: @jackye1995 , @RussellSpitzer thanks , now we use the iceberg of 0.12.0. We will test the rewrite_data_files by using the master brach. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
