Re: Replication Syatem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Replication Syatem
Дата
Msg-id 18684.1209566788@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Replication Syatem  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: Replication Syatem  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Список pgsql-performance
"Pavan Deolasee" <pavan.deolasee@gmail.com> writes:
> That's weird. With that fillfactor, you should have a very high
> percentage of HOT update ratio. It could be a very special case that
> we might be looking at.

He's testing

>> update table1 set delta1 = 100 where code/1000000 =999;

so all the rows being updated fall into a contiguous range of "code"
values.  If the table was loaded in such a way that those rows were
also physically contiguous, then the updates would be localized and
would very soon run out of freespace on those pages.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Understanding histograms
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Replication Syatem