blue-yonder / turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
http://turbodbc.readthedocs.io/en/latest
MIT License
607 stars 85 forks source link

Using more than 2 threads #394

Open jonashaag opened 9 months ago

jonashaag commented 9 months ago

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.