Re: [PATCH] COPY .. COMPRESSED

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: [PATCH] COPY .. COMPRESSED
Дата
Msg-id CAGTBQpYif1G2=7U5xL3Ky5kNLhZL=_TLKGbE1VzkAMT7ft+mmA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] COPY .. COMPRESSED  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: [PATCH] COPY .. COMPRESSED  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
On Tue, Jan 15, 2013 at 1:08 PM, Stephen Frost <sfrost@snowman.net> wrote:
> Where it does work well is when you move into a bulk-data mode (ala
> COPY) and can compress relatively large amounts of data into a smaller
> number of full-size packets to be sent.

Well... exactly. COPY is one case, big result sets is another.
And packet headers can include whether each packet is compressed or
not, which is quite transparent and easy to handle. There could even
be a negotiation phase and make it backwards-compatible.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Curious buildfarm failures
Следующее
От: Garick Hamlin
Дата:
Сообщение: Re: [PATCH] COPY .. COMPRESSED