Re: Performance problem partially identified

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance problem partially identified
Дата
Msg-id 4590.927932901@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Performance problem partially identified  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Further info:

I think this behavior may be state-dependent.  The first update after
loading the table rewrites all the blocks, but subsequent ones do not.
Is it just a matter of marking recently-written tuples as confirmed
good?  If so, then there is not a problem (or at least, not as big
a problem as I thought).
        regards, tom lane


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] Performance problem partially identified
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] Problems w/ LO