Replies: 1 comment
-
The execute_many right now is running execute in a loop: https://github.com/encode/databases/blob/master/databases/backends/postgres.py#L226 Feel free to create a PR for that driver or any other that supports it. |
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
-
I noticed that asyncmy now support executemany to improve performance.
I think it is time to use executemany now. bulk inerting sooooooooo slow.
Beta Was this translation helpful? Give feedback.
All reactions