Re: heap metapages

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: heap metapages
Дата
Msg-id CAHyXU0yE4cUHKekem7CwGs7go42Ym1DG6v_uB8v2f=uQ0UqmJw@mail.gmail.com
обсуждение исходный текст
Ответ на heap metapages  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: heap metapages  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Mon, May 21, 2012 at 12:56 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> At dinner on Friday night at PGCon, the end of the table that included
> Tom Lane, Stephen Frost, and myself got to talking about the idea of
> including some kind of metapage in every relation, including heap
> relations.  At least some index relations already have something like
> this (cf _bt_initmetapage, _hash_metapinit).  I believe that adding
> this for all relations, including heaps, would allow us to make
> improvements in several areas.

The first thing that jumps to mind is: why can't the metapage be
extended to span multiple pages if necessary?  I've often wondered why
the visibility map isn't stored within the heap itself...

merlin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: read() returns ERANGE in Mac OS X
Следующее
От: Robert Haas
Дата:
Сообщение: Re: heap metapages