Message-ID: From: "beikov (@beikov)" To: "pgjdbc/pgjdbc" Date: Thu, 26 Mar 2026 17:36:18 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #4009: [#2325] Execute queries as pipelined when running on virtual thread In-Reply-To: References: List-Id: X-GitHub-Author-Login: beikov X-GitHub-Comment-Id: 4136880830 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 4009 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4009#issuecomment-4136880830 Content-Type: text/plain; charset=utf-8 This prototype "seems" to work, but I'm not entirely happy with it yet. I tried to keep as much of the code as I could, but ultimately, I think it would be better to segment the various queues per virtual thread to avoid synchronization. See https://github.com/pgjdbc/pgjdbc/pull/4010