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 2021/05/04 15:24:47 UTC

[GitHub] [hudi] nsivabalan commented on issue #2887: [SUPPORT]

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