Re: libpq compression - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: libpq compression
Date
Msg-id caada0a3-ac74-5045-2848-6e77e61bf0fa@2ndquadrant.com
Whole thread Raw
In response to Re: libpq compression  (Michael Paquier <michael@paquier.xyz>)
Responses Re: libpq compression
Re: libpq compression
List pgsql-hackers
On 6/5/18 03:09, Michael Paquier wrote:
> I just had a quick look at this patch, lured by the smell of your latest
> messages...  And it seems to me that this patch needs a heavy amount of
> work as presented.  There are a couple of things which are not really
> nice, like forcing the presentation of the compression option in the
> startup packet to begin with.

Yeah, at this point we will probably need a discussion and explanation
of the protocol behavior this is adding, such as how to negotiate
different compression settings.

Unrelatedly, I suggest skipping the addition of -Z options to various
client-side tools.  This is unnecessary, since generic connection
options can already be specified via -d typically, and it creates
confusion because -Z is already used to specify output compression by
some programs.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Spilling hashed SetOps and aggregates to disk
Next
From: Alvaro Herrera
Date:
Subject: Re: Remove mention in docs that foreign keys on partitioned tablesare not supported