Postgres 14: It's The Little Things (Kerstiens)
Craig Kerstiens highlightssome of the "little things" featured in the upcoming PostgreSQL 14release.
And now in PostgreSQL 14 there is this seemingly small update,pipeline mode, which, according to the docs, allows applications tosend a query without having to read the result of the previouslysent query. Taking advantage of the pipeline mode, a client willwait less for the server, since multiple queries/results can besent/received in a single network transaction.