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 2021/08/06 06:16:07 UTC

[GitHub] [hudi] nsivabalan commented on issue #3400: [SUPPORT] CoW table data size increasing x times the original data size for x number of runs

nsivabalan commented on issue #3400:
URL: https://github.com/apache/hudi/issues/3400#issuecomment-894029481


   Yes, COW will make a copy(of existing data) and merge incoming records and write a new data file. So, if you have configured to retain lets say 10 commits, 10 copies of 1 data file w/ some iterative additions will part of hudi table. If you are interested in just the latest, you can set the commits to retain config to just 1. 
   hoodie.cleaner.commits.retained
   So, this will maintain just 1 version of data file in hudi. 
   


-- 
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