From: | Patric de Waha <lists(at)p-dw(dot)com> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Vacuum full considered useful ;) |
Date: | 2007-07-14 15:50:39 |
Message-ID: | 4698F0CF.7000602@p-dw.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hi,
Something I'd like to share.
I switched to postgres about 4 months ago.
The perfomance after a while got worse.
I posted a message here, where the result was that my IO was the
problem.
I run vacuum every night. I never used vacuum full because it is not
explicitly recommended and I read somewhere in the archives a mail that
the consistency of the db suffered after a vacuum full run.
Yesterday I switched from 8.1 to 8.2. So I needed to dump the dbase
and reimport it. The dbase after 4 months of running without "vacuum
full"
reached 60 gigabyte of diskspace. Now after a fresh import it only
has 5 gigabyte!
No wonder, I got IO problems with such a fragmentation.
For people not very familiar with postgres especially those coming
from mysql,
i'd recommend paying attention to this.
regards,
patric de waha
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2007-07-14 16:25:18 | Re: Vacuum full considered useful ;) |
Previous Message | Hannes Dorbath | 2007-07-14 10:19:51 | Re: FORGOT TO CONFIGURE RAID! DELL POWEREDGE 2950 |