| From: | Claudio Freire <klaussfreire(at)gmail(dot)com> |
|---|---|
| To: | Stephen Frost <sfrost(at)snowman(dot)net> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL-Dev <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [PATCH] COPY .. COMPRESSED |
| Date: | 2013-01-15 17:22:56 |
| Message-ID: | CAGTBQpYif1G2=7U5xL3Ky5kNLhZL=_TLKGbE1VzkAMT7ft+mmA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Jan 15, 2013 at 1:08 PM, Stephen Frost <sfrost(at)snowman(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sergey Koposov | 2013-01-15 17:27:50 | Re: Curious buildfarm failures (fwd) |
| Previous Message | Garick Hamlin | 2013-01-15 17:22:53 | Re: [PATCH] COPY .. COMPRESSED |