Message-ID: From: "beikov (@beikov)" To: "pgjdbc/pgjdbc" Date: Wed, 11 Feb 2026 22:58:30 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2325: Support pipelining queries In-Reply-To: References: List-Id: X-GitHub-Author-Login: beikov X-GitHub-Comment-Id: 3887702587 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2325 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2325#issuecomment-3887702587 Content-Type: text/plain; charset=utf-8 I'd be interested in implementing support for pipelining when using virtual threads. The idea is that, when a virtual thread executes a query, to block the thread waiting for the result, but then allow another virtual thread to execute another query in pipeline mode on the same connection. Would you also be interested in such an implementation?