Message-ID: From: "kustodian (@kustodian)" To: "pgjdbc/pgjdbc" Date: Wed, 27 Oct 2021 09:33:50 +0000 Subject: [pgjdbc/pgjdbc] issue #2325: Support pipelining queries List-Id: X-GitHub-Author-Id: 1949229 X-GitHub-Author-Login: kustodian X-GitHub-Issue: 2325 X-GitHub-Labels: concurrency ( hard:) ) X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2325 Content-Type: text/plain; charset=utf-8 **I'm submitting a ...** - feature request **Describe the issue** Postgres 14 libpq added the [pipeline mode](https://www.postgresql.org/docs/14/libpq-pipeline-mode.html) so it would be great if JDBC also supported this feature which can significantly improve performance over high latency connections or for workloads with many small write (INSERT/UPDATE/DELETE) operations. **PostgreSQL Version?** 14