Re: slow growing table

Поиск
Список
Период
Сортировка
От Jone C
Тема Re: slow growing table
Дата
Msg-id 65569526050621080553350f62@mail.gmail.com
обсуждение исходный текст
Ответ на Re: slow growing table  ("Steinar H. Gunderson" <sgunderson@bigfoot.com>)
Ответы Re: slow growing table  (John A Meinel <john@arbash-meinel.com>)
Список pgsql-performance
> On second thought... Does a VACUUM FULL help? If so, you might want to
> increase your FSM settings.

Thank you for the reply, sorry for delay I was on holiday.

I tried that it had no effect. I benchmarked 2x before, peformed
VACUUM FULL on the table in question post inserts, then benchmarked 2x
after. Same results...

Should I try your suggestion on deleting the indexes? This table needs
to be accessible for reads at all times however though...

thank you kindly


On 6/6/05, Steinar H. Gunderson <sgunderson@bigfoot.com> wrote:
> On Mon, Jun 06, 2005 at 07:00:37PM +0200, Steinar H. Gunderson wrote:
> > You might have a problem with index bloat. Could you try REINDEXing the
> > indexes on the table and see if that makes a difference?
>

>
> /* Steinar */
> --
> Homepage: http://www.sesse.net/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

В списке pgsql-performance по дате отправления:

Предыдущее
От: John A Meinel
Дата:
Сообщение: Re: Do Views execute underlying query everytime ??
Следующее
От: Yves Vindevogel
Дата:
Сообщение: Re: Limit clause not using index