VitoMakarevich commented on issue #9848:
URL: https://github.com/apache/hudi/issues/9848#issuecomment-1761268941

   I tried to change the settings to
   ```
           "hoodie.hfile.max.file.size" = "45829120"
           "hoodie.hfile.block.size" = "548576"
           "hoodie.hfile.compression.algorithm" = "snappy"
   ```
   it looked to be fast before the first compaction happened, I mean when I had 
a couple of`.log` files it was fast - ~1200 partitions lookup in ~60MB file 
lookup was taking seconds, but after the first compaction, it started to be 
even slower.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to