Pipelined PostgreSQL Queries in Go
Dec 5, 2025 · 7 min read · In this article we will see how to leverage Postgres support for pipelining queries which “allows applications to send a query without having to read the result of the previously sent query”. This allows you for example to perform batch updates which...
Join discussion