Re: Client/Server compression?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Client/Server compression?
Дата
Msg-id 200203150143.g2F1htm27170@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Client/Server compression?  (Kyle <kaf@nwlink.com>)
Ответы Re: Client/Server compression?  (Greg Copeland <greg@CopelandConsulting.Net>)
Список 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 по дате отправления:

Предыдущее
От: Kyle
Дата:
Сообщение: Re: Client/Server compression?
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: privileges regression problem on freebsd/alpha