Re: On the usefulness of hint bits

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема Re: On the usefulness of hint bits
Дата
Msg-id 514323.74444.qm@web29003.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: On the usefulness of hint bits  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
> I wonder if we could improve  this with some sort of process-local
> cache - not to get rid of hint bits,  just to reduce pg_clog
> contention.  We might easily end up testing the  same XID many times
> during the same table scan.

I guess that's my scenario... not that many transactions, so even
"copying" the whole pg_clog table in the per-process memory would
be doable...





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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: On the usefulness of hint bits
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: wip: functions median and percentile