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
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.
The text was updated successfully, but these errors were encountered:
larskanis
added a commit
to larskanis/ruby-pg
that referenced
this issue
Oct 3, 2021
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.
The text was updated successfully, but these errors were encountered: