Re: [mail] Re: 7.4 Wishlist

From: Kyle <kaf(at)nwlink(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Greg Copeland <greg(at)CopelandConsulting(dot)Net>, Al Sutton <al(at)alsutton(dot)com>, "Stephen L(dot)" <jleelim(at)hotmail(dot)com>, PostgresSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Subject: Re: [mail] Re: 7.4 Wishlist
Date: 2002-12-11 00:45:51
Message-ID: 15862.35519.40159.333800@doppelbock.patentinvestor.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general pgsql-hackers

Without getting into too many details, why not send toast data to
non-local clients? Seems that would be the big win. The data is
already compressed, so the server wouldn't pay cpu time to recompress
anything. And since toast data is relatively large anyway, it's the
stuff you'd want to compress before putting it on the wire anyway.

If this is remotely possible let me know, I might be interested in
taking a look at it.

-Kyle

Bruce Momjian wrote:
>
> I am not excited about per-db/user compression because of the added
> complexity of setting it up, and even set up, I can see cases where some
> queries would want it, and others not. I can see using GUC to control
> this. If you enable it and the client doesn't support it, it is a
> no-op. We have per-db and per-user settings, so GUC would allow such
> control if you wish.
>
> Ideally, it would be a tri-valued parameter, that is ON, OFF, or AUTO,
> meaning it would determine if there was value in the compression and do
> it only when it would help.

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Greg Copeland 2002-12-11 01:15:54 Re: [mail] Re: 7.4 Wishlist
Previous Message Merlin Moncure 2002-12-10 21:40:56 Re: Elocution

Browse pgsql-general by date

  From Date Subject
Next Message Greg Copeland 2002-12-11 01:15:54 Re: [mail] Re: 7.4 Wishlist
Previous Message Markus Jais 2002-12-10 23:07:08 Re: Postgresql and Ruby - any opensource software done

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Copeland 2002-12-11 01:15:54 Re: [mail] Re: 7.4 Wishlist
Previous Message Greg Copeland 2002-12-10 23:58:03 Re: PQnotifies() in 7.3 broken?