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/06/28 11:52:12 UTC

[GitHub] [hudi] bkosuru commented on issue #5980: [SUPPORT] Insert/Upsert in 0.10.1 is slow compared to 0.8.0

bkosuru commented on issue #5980:
URL: https://github.com/apache/hudi/issues/5980#issuecomment-1168622200

   Insert in 0.8.0 - 5.7 min
   Insert in 0.10.1 - 12 min
   Insert in 0.11.1 - 5.7 min
   
   Upsert in 0.8.0 - 27min
   Upsert in 0.10.1 - 66min
   Upsert is 0.11.1 - 42.5min
   
   Using
         .option("hoodie.metadata.index.bloom.filter.enable", "true")
         .option("hoodie.metadata.index.column.stats.enable", "true")
         .option("hoodie.index.type", "BLOOM")


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