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


   If your cardinality for partition is low, we can try to partition using a 
diff field which could have high cardinality. We can leverage more parallel 
processing depending on the no of partitions. Within each partition, we can't 
do much of parallel processing and so we are limited. I mean, hudi does assign 
one file group to each executor, but I am talking about indexing. 


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