Re: postgre performance question

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: postgre performance question
Дата
Msg-id m3n0xommd2.fsf@varsoon.denali.to
обсуждение исходный текст
Ответ на postgre performance question  (Ioannis <Ioannis@dante.org.uk>)
Ответы Re: postgre performance question  (Ioannis Kappas <Ioannis.Kappas@dante.org.uk>)
Список pgsql-general
Ioannis <Ioannis.Kappas@dante.org.uk> writes:

> ....and I really do run vacuum when I clean the table.

You should run it more often than that.  Any update or delete on the
table will result in space that can't be reused until you run VACUUM.
PG has to scan all that empty space to make sure there are no valid
records in it whenever you do a query.

Run it at least every night.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863

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

Предыдущее
От: "Eugene Chiu"
Дата:
Сообщение: Re: configure --with-pam
Следующее
От: "Raymond Chui"
Дата:
Сообщение: Which trigger execute which function?