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/07/04 17:54:33 UTC

[GitHub] [hudi] fengjian428 commented on issue #6038: [SUPPORT] MOR taking more time than COW using HoodieJavaWriteClient

fengjian428 commented on issue #6038:
URL: https://github.com/apache/hudi/issues/6038#issuecomment-1174038108

   as long as use bulk_insert with NonSortPartitioner you can get better performance in cow mode than mor mode.
   otherwise, cow table still need to copy small files into bigger one in every commit, that's also cause write amplification


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