You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With use_async_io you can use 2 threads for fetching data. Is there any way to use more threads (= more CPU cores) for fetching? I tried reading batches using multiple Python-level threads but that didn't help.
The text was updated successfully, but these errors were encountered:
With
use_async_io
you can use 2 threads for fetching data. Is there any way to use more threads (= more CPU cores) for fetching? I tried reading batches using multiple Python-level threads but that didn't help.The text was updated successfully, but these errors were encountered: