Re: Hot Issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hot Issue
Дата
Msg-id 11126.1215009603@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Hot Issue  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: Hot Issue
Список pgsql-performance
"Jonah H. Harris" <jonah.harris@gmail.com> writes:
> On Wed, Jul 2, 2008 at 9:44 AM, Gauri Kanekar
>> Is there a way to check if the page is fill and the update is going on a new
>> page ??

> IIRC, I don't think so.

You could make your application check to see if the page part of a row's
CTID changes when it's updated.  But there's no centralized counter
other than the one you are already looking at.

I personally found the original post completely content-free, however,
since it gave no context for the two sets of numbers we were shown.
Over what intervals were the counts accumulated?  Were the stats
counters reset after taking the first output, or does the second output
include the first?  What exactly does the OP think that "better HOT
performance" is, anyway?

            regards, tom lane

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

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Hot Issue
Следующее
От: "Gauri Kanekar"
Дата:
Сообщение: Re: Hot Issue