From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Greg Stark <gsstark(at)mit(dot)edu> |
Cc: | Reece Hart <reece(at)in-machina(dot)com>, "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: More Praise for 7.4RC2 |
Date: | 2003-11-15 16:49:41 |
Message-ID: | 20031115164941.GB2825@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sat, Nov 15, 2003 at 11:26:44AM -0500, Greg Stark wrote:
>
> Reece Hart <reece(at)in-machina(dot)com> writes:
>
> > Suspecting that I had a swiss-cheese table, I reclustered on an index
> > several times (which, I presume, is at least as good as vacuum (non-full)
> > removing internal free space, with the benefit of optimized row ordering).
>
> My understanding is that CLUSTER is as good as a VACUUM FULL actually.
Well, it's different in that it does the equivalent of a REINDEX on all
indexes.
It's also slower and needs lots of additional space: double the space of
your table and all it's indexes.
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Essentially, you're proposing Kevlar shoes as a solution for the problem
that you want to walk around carrying a loaded gun aimed at your foot.
(Tom Lane)
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Browne | 2003-11-15 16:52:14 | Re: ATA disks and RAID controllers for database servers |
Previous Message | Christopher Browne | 2003-11-15 16:37:29 | Re: embedded postgresql |