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


   bloom index is where it consumes most time. Can you try "SIMPLE" as your 
index type(hoodie.index.type).  
   Does your record keys have any ordering semantics in them? like timestamp or 
are they completely random UUIDs sort of. trying to gauge if you will benefit 
from range pruning in other index types. 
   


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


Reply via email to