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 2020/10/22 00:57:42 UTC

[GitHub] [hudi] bvaradar commented on issue #2193: [SUPPORT] Optimise MOR file size and upsert

bvaradar commented on issue #2193:
URL: https://github.com/apache/hudi/issues/2193#issuecomment-714095249


   @spyzzz : Few questions:
   1. Does your record key have any ordering or is it UUID ?
   2.  Your average record size seems to be around 100 bytes. So, you can try setting hoodie.copyonwrite.record.size.estimate=100. This needs to be done the first time you write.
   3. Can you attach .commit file in .hoodie folder corresponding to the commits where you observed the difference.
   4. Is the file listing that you attached in the description complete ? From what I read, it looks like small file handling did not kick in and there were only inserts. 
   
   


----------------------------------------------------------------
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:
users@infra.apache.org