Re: Help tuning postgres

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Help tuning postgres
Дата
Msg-id 1129191303.2995.192.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: Help tuning postgres  (Andrew Sullivan <ajs@crankycanuck.ca>)
Ответы Re: Help tuning postgres  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-performance
[snip]
> Yes, but it could be a disk issue because you're doing more work than
> you need to.  If your UPDATEs are chasing down a lot of dead tuples,
> for instance, you'll peg your I/O even though you ought to have I/O
> to burn.

OK, this sounds interesting, but I don't understand: why would an update
"chase down a lot of dead tuples" ? Should I read up on some docs, cause
I obviously don't know enough about how updates work on postgres...

And how would the analyze help in finding this out ? I thought it would
only show me additionally the actual timings, not more detail in what
was done...

Thanks,
Csaba.



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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Help tuning postgres
Следующее
От: Nörder-Tuitje, Marcus
Дата:
Сообщение: Optimizer misconfigured ?