Postgres 14: It's The Little Things (Kerstiens)
Postgres 14: It's The Little Things (Kerstiens)
[Development] Posted Sep 22, 2021 16:31 UTC (Wed) by corbet
Craig Kerstiens highlights some of the "little things" featured in the upcoming PostgreSQL 14 release.
And now in PostgreSQL 14 there is this seemingly small update, pipeline mode, which, according to the docs, allows applications to send a query without having to read the result of the previously sent query. Taking advantage of the pipeline mode, a client will wait less for the server, since multiple queries/results can be sent/received in a single network transaction.