connector-x
connector-x copied to clipboard
Releasing GIL in read_sql
trafficstars
Hello, We observed that connectorx is not releasing the GIL inside read_sql. We observed it against TimeScaleDB and Redshift. Is it expected ? Thank you!
By default the GIL is not released https://pyo3.rs/v0.20.2/parallelism, do you have any use case where it'd be helpful to have it unlocked?