Re: [PATCH] ALTER TABLE SET (compress_max_size... = )

From: "Alex Hunsaker" <badalex(at)gmail(dot)com>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] ALTER TABLE SET (compress_max_size... = )
Date: 2009-01-06 17:20:20
Message-ID: 34d269d40901060920r305bf38dy8877c74fc97ed7b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 6, 2009 at 06:43, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> Alex Hunsaker wrote:
>> This patch lets you control 3 pg_lzcompress knobs on a per table basis
>> (note requires reloptions.patch)
>
> I think we need to live with the TOAST changes for at least one release
> before we know what knobs we will need.

Fine with me. The add an early failure path and increase required
compression rate to 25% still worry me a bit. But I have no data to
show the first one is actually a problem. And the second one only
caused a 15% size increase for me. If that's a typical size increase
or problem, i dunno....

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-01-06 17:30:17 Re: Warning about the 8.4 release
Previous Message Devrim GÜNDÜZ 2009-01-06 17:19:59 Re: Fwd: [PATCHES] Auto Partitioning Patch - WIP version 1