On Mon, 17 Jun 2019 at 09:43, Rob Nikander <[email protected]> wrote:
> > > > On Jun 17, 2019, at 3:57 PM, Dave Cramer <[email protected]> wrote: > > […] Postgres can pipeline requests if the client is written correctly so > it is conceivable that this would be much faster. > > Can the JDBC driver do this? I don’t see it documented anywhere. No, as it's blocking. It's conceivable that we could do it in the batch stuff . Dave Cramer [email protected] www.postgresintl.com
