Re: Patch for binary receive of basic array types - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: Patch for binary receive of basic array types
Date
Msg-id 4E7CB8930200002500041683@gw.wicourts.gov
Whole thread Raw
In response to Patch for binary receive of basic array types  (Mikko Tiihonen <mikko.tiihonen@nitorcreations.com>)
Responses Re: Patch for binary receive of basic array types  (Mikko Tiihonen <mikko.tiihonen@nitorcreations.com>)
List pgsql-jdbc
Mikko Tiihonen <mikko.tiihonen@nitorcreations.com> wrote:

> summary: speed-up 3-57%, row-length on the wire increases
> typically between 50% and 200% (smaller increases for larger
> arrays or complex types)
>
> I think the speed-up is enough to justify using of binary
> transfers for arrays by default even though the data amount on the
> wire is increased.

What would it take to get the other behavior if you have a network
bottleneck but CPU time to spare?

-Kevin

pgsql-jdbc by date:

Previous
From: Mikko Tiihonen
Date:
Subject: Patch for binary receive of basic array types
Next
From: Mikko Tiihonen
Date:
Subject: Re: Patch for binary receive of basic array types