bryanck opened a new pull request #3811:
URL: https://github.com/apache/iceberg/pull/3811


   This small PR sets the minimum size of the worker pool to be 2 threads. Many 
of the processes that use the pool are doing file I/O and are not necessarily 
CPU bound, like query planning, and often times people leave the number of 
Spark driver cores at the default of 1 core. This results in just one thread 
being used for query planning and other processes by default, which is a bit 
conservative.


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