Replies: 1 comment
-
There are any solution for this issue, as you said, we do not want to block any table in production db, please help community. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys! Is there any way to configure MySQL isolation level on connector-x with Polars?
I want to start a lot of queries in db, until now I use sqlalchemy-pymysql with isolation level READ UNCOMMITTED config because I don't want to block any table in production db.
Is it possible to configure this in polars.read_database_uri()?
Other thing is, connector-x make use of ThreadPoolExecutor under the hood? Or use something that I can configure the number of the threads to makes the queries?
Beta Was this translation helpful? Give feedback.
All reactions