Re: Visibility map and hint bits

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Visibility map and hint bits
Дата
Msg-id BANLkTi=o_PaeL28OKiODfAg6EMFMvbabcA@mail.gmail.com
обсуждение исходный текст
Ответ на Visibility map and hint bits  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Visibility map and hint bits
Список pgsql-hackers
On Thu, May 5, 2011 at 11:59 AM, Bruce Momjian <bruce@momjian.us> wrote:
> There has been a lot of recent discussion about the visibility map (for
> index-only scans) and hint bits (trying to avoid double-writing a
> table).

I still think a small tqual.c maintained cache of hint bits will
effectively eliminate hint bit i/o issues surrounding bulk loads.  Tom
fired a shot across the bow regarding the general worthiness of that
technique though (see:
http://postgresql.1045698.n5.nabble.com/Process-local-hint-bit-cache-td4270229.html)
:(.  I can rig up a cleaned up version of the patch pretty
easily...it's a local change and fairly simple.

I don't think there is any way to remove the hint bits without
suffering some other problem.

merlin


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: patch: fix race in SSI's CheckTargetForConflictsIn
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Visibility map and hint bits