Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Wed, 27 Oct 2021 09:36:36 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2325: Support pipelining queries In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 952730278 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2021-10-27T10:18:35Z X-GitHub-Issue: 2325 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2325#issuecomment-952730278 Content-Type: text/plain; charset=utf-8 Unfortunately the driver is synchronous. Making the driver asynchronous is a pretty big blocker here. Curious how would you even use this in the JDBC model ? You would need to use futures, etc.