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
It seems to work fine in our production. If you PR this change, I'll happily merge it (I cannot merge my own PRs, and getting a review from another maintainer is almost impossible).
devidkarundeng, julian-r, remram44, OscartGiles, isaquealves and 2 more
They just disappeared haha. I had to spend a titanic effort to make a new release last time. My own PR is hanging since June 2020, for example. My guess is that the original author is using something different now, or changed jobs.
While I have solved many problems that people reported here: performance, locks, etc., I don't have enough time to properly fork the project.
Boyyoka, chbndrhnns, abogushov, OscartGiles and singlecheeze
Activity
vmarkovtsev commentedon Feb 2, 2021
execute_many
does not currently invokeexecutemany
of the Postgres driver. I don't know why 😄 I have this in my code:It seems to work fine in our production. If you PR this change, I'll happily merge it (I cannot merge my own PRs, and getting a review from another maintainer is almost impossible).
julian-r commentedon Feb 2, 2021
@vmarkovtsev what is going on with the other maintainers?
vmarkovtsev commentedon Feb 2, 2021
They just disappeared haha. I had to spend a titanic effort to make a new release last time. My own PR is hanging since June 2020, for example. My guess is that the original author is using something different now, or changed jobs.
While I have solved many problems that people reported here: performance, locks, etc., I don't have enough time to properly fork the project.
devidkarundeng commentedon Feb 10, 2021
With the latest asyncpg v0.22 release: https://github.com/MagicStack/asyncpg/releases/tag/v0.22.0, this might be a good timing to upgrade
execute_many
to invoke the vastly improvedexecutemany()
vmarkovtsev commentedon Feb 10, 2021
Agree 👍
barius commentedon Jul 5, 2021
Same with mysql, execute_many does not use executemany() from aiomysql thus being way slower.
yinshurman commentedon Aug 18, 2021
Please update !
The execute_many is as slow as you guys' progress 😹 @vmarkovtsev @tomchristie
aminalaee commentedon Aug 18, 2021
@yinshurman The fix shouldn't be too hard. I'll do a simple draft.
executemany
from backends #371blueridger commentedon May 9, 2022
Looks like there's an open PR linked. Any chance of this getting through? @vmarkovtsev ?
filipemir commentedon May 18, 2022
Would also love to see this PR Merged
elie-h commentedon Sep 23, 2022
Reigniting this thread, did this ever get merged?
kavankfc commentedon May 4, 2023
Shout for this PR for the performance improvement
zanieb commentedon Jul 12, 2023
I've added some comments to #468 and am happy to review if someone is interested in taking it over.
nitko12 commentedon Apr 6, 2024
Any news on this?