You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/03 12:04:02 UTC

[GitHub] [hudi] Zouxxyy commented on issue #6527: read full partition in KEEP_LATEST_FILE_VERSIONS Strategy when clean files

Zouxxyy commented on issue #6527:
URL: https://github.com/apache/hudi/issues/6527#issuecomment-1236106235

   In my opinion, read full partition in KEEP_LATEST_FILE_VERSIONS strategy when clean files **is required anyway,** since the commit instant will be cleaned up, you never know how many slices are in the fileGroup. All we can do is speed up listing partitions or files with metadata as far I am concerned
   
   However, for KEEP_LATEST_COMMITS strategy, you only need to read the partitions that exist in the latest replate commits , rhat's what hudi is doing now.


-- 
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-unsubscribe@hudi.apache.org

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