Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
From the documentation:
COPY commands are not supported either in asynchronous mode, but this will be probably implemented in a future release.
Any idea when we could expect such a feature?
My use case: Using psycopg2 via a txpostgres ConnectionPool in Twisted; needing to do large numbers of inserts asynchronously.
ConnectionPool
The text was updated successfully, but these errors were encountered:
Is this enhancement something we might expect in the near future? It has been quite some time since the original issue.
Sorry, something went wrong.
@rad-pat I do have some time for some free-software development at the moment, but async copy is relatively low in the list: I had in mind to focus on a few other projects first.
If you have interest in that feature please consider sponsoring the development. Thank you very much!
Asynchronous copy is implemented in psycopg3.
No branches or pull requests
Hi,
From the documentation:
Any idea when we could expect such a feature?
My use case: Using psycopg2 via a txpostgres
ConnectionPool
in Twisted; needing to do large numbers of inserts asynchronously.The text was updated successfully, but these errors were encountered: