Re: VACUUM ANALYSE...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thilo Hille" <thilo(at)resourcery(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: VACUUM ANALYSE...
Date: 2003-01-16 21:13:20
Message-ID: 27632.1042751600@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Thilo Hille" <thilo(at)resourcery(dot)de> writes:
> Would it make sense to lower the shmall & shmmax kernelvalues according to
> the buffers memory too?

Don't think it matters.

>> Here you are hurting: less than one tuple per page. This table
>> desperately needs a VACUUM FULL.

> How about a table dump and restore. Would it solve the problem without a
> full vac?

Yeah, but if your objective is to keep the table accessible
continuously, that's not going to help ...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message simran 2003-01-16 23:09:35 Stored Procedure Question
Previous Message Thilo Hille 2003-01-16 18:49:10 Re: VACUUM ANALYSE...