Why do things slow down without a VACUUM?

Поиск
Список
Период
Сортировка
От Lincoln Yeoh
Тема Why do things slow down without a VACUUM?
Дата
Msg-id 3.0.5.32.20010430091404.010dd7d0@192.228.128.13
обсуждение исходный текст
Ответ на On the _need_ to vacuum...  (Jack Bates <postgres@floatingdoghead.net>)
Ответы Re: Why do things slow down without a VACUUM?  (GH <grasshacker@over-yonder.net>)
Список pgsql-general
Hi,

Why do things slow down after a lot of updates without a VACUUM? This
slow-down doesn't seem to happen as much with a lot of inserts.

Don't the indexes know which is the valid updated row? Or does Postgresql
still have to search for it amongst deleted/invalid rows?

I can understand why the database would bloat up and/or slow down slightly
without a vacuum. But why such a significant slowdown? So much so that
people have to vacuum every two hours.

Cheerio,
Link.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: On the _need_ to vacuum...
Следующее
От: GH
Дата:
Сообщение: Re: Why do things slow down without a VACUUM?