hazelnutsgz commented on PR #6624:
URL: https://github.com/apache/iceberg/pull/6624#issuecomment-1542845862

   I feel like the number of concurrent thread should be somehow determined by 
the number of files in that partition. Let's say partition A got 10000 files 
and partition B got 10 files. The number of threads should be `
   
   ``` number of files in the partition * configurable_factor```, where 
configurable_factor is between 0 to 1.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to