Re: Client/Server compression? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Client/Server compression?
Date
Msg-id 200203150143.g2F1htm27170@candle.pha.pa.us
Whole thread Raw
In response to Re: Client/Server compression?  (Kyle <kaf@nwlink.com>)
Responses Re: Client/Server compression?  (Greg Copeland <greg@CopelandConsulting.Net>)
List pgsql-hackers
Kyle wrote:
> On the subject on client/server compression, does the server
> decompress toast data before sending it to the client?  Is so, why
> (other than requiring modifications to the protocol)?
> 
> On the flip side, does/could the client toast insert/update data
> before sending it to the server?

It has to decrypt it so the server functions can process it too.  Hard
to avoid that.  Of course, in some cases, it doesn't need to be
processed on the server, just passed, so it would have to be done
conditionally.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Kyle
Date:
Subject: Re: Client/Server compression?
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: privileges regression problem on freebsd/alpha