Re: Query planner issue

Поиск
Список
Период
Сортировка
От Emmanuel Lacour
Тема Re: Query planner issue
Дата
Msg-id 20060131002725.GF1320@easter-eggs.com
обсуждение исходный текст
Ответ на Re: Query planner issue  (Mark Lewis <mark.lewis@mir3.com>)
Список pgsql-performance
On Mon, Jan 30, 2006 at 03:26:23PM -0800, Mark Lewis wrote:
> You have lots of dead rows.  Do a vacuum full to get it under control,
> then run VACUUM more frequently and/or increase your FSM settings to
> keep dead rows in check.  In 7.2 vacuum is pretty intrusive; it will be
> much better behaved once you can upgrade to a more recent version.
>
> You really, really want to upgrade as soon as possible, and refer to the
> on-line docs about what to do with your FSM settings.
>

Thanks! Vacuum full did it. I will now play with fsm settings to avoid
running a full vacuum daily...


--
Emmanuel Lacour ------------------------------------ Easter-eggs
44-46 rue de l'Ouest  -  75014 Paris   -   France -  Métro Gaité
Phone: +33 (0) 1 43 35 00 37    -     Fax: +33 (0) 1 41 35 00 76
mailto:elacour@easter-eggs.com   -    http://www.easter-eggs.com

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

Предыдущее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: Query planner issue
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Where is my bottleneck?