Re: plain inserts and deletes very slow

Поиск
Список
Период
Сортировка
От Enrico Weigelt
Тема Re: plain inserts and deletes very slow
Дата
Msg-id 20050704000157.GD9777@nibiru.borg.metux.de
обсуждение исходный текст
Ответ на Re: plain inserts and deletes very slow  (David Mitchell <david.mitchell@telogis.com>)
Ответы Re: plain inserts and deletes very slow  (David Mitchell <david.mitchell@telogis.com>)
Список pgsql-performance
* David Mitchell <david.mitchell@telogis.com> wrote:
> Did you vacuum full?
>
> When you do lots of inserts and deletes, dead tuples get left behind.
> When you vacuum, postgres will reuse those dead tuples, but if you don't
> vacuum for a long time these tuples will build up lots. Even when you
> vacuum in this case, the dead tuples are still there, although they are
> marked for reuse. Vacuuming full actually removes the dead tuples.

I'm doing a VACUUM ANALYZE every 6 hours.

vacuum'ing manually doesnt seem to have any effect on that.


cu
--
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service
  phone:     +49 36207 519931         www:       http://www.metux.de/
  fax:       +49 36207 519932         email:     contact@metux.de
---------------------------------------------------------------------
  Realtime Forex/Stock Exchange trading powered by postgresSQL :))
                                            http://www.fxignal.net/
---------------------------------------------------------------------

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

Предыдущее
От: David Mitchell
Дата:
Сообщение: Re: plain inserts and deletes very slow
Следующее
От: David Mitchell
Дата:
Сообщение: Re: plain inserts and deletes very slow