Skip to content
New issue

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

Add support for Pipeline mode of PostgreSQL-14 #401

Closed
larskanis opened this issue Oct 1, 2021 · 0 comments · Fixed by #403
Closed

Add support for Pipeline mode of PostgreSQL-14 #401

larskanis opened this issue Oct 1, 2021 · 0 comments · Fixed by #403

Comments

@larskanis
Copy link
Collaborator

This is a new execution mode of libpq that allows overlapping execution of queries. It is a client side change, that requires libpq of PostgreSQL-14, but all current PostgreSQL servers accept these overlapping queries. It is described here: https://www.postgresql.org/docs/14/libpq-pipeline-mode.html

There are 5 methods to be implemented for pipeline support as well as proper tests of this mode.

This ticket is about basic low level support for the pipeline mode only. Possibly there could be some convenience functions in the future and extensions to other libraries like ActiveRecord.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant