Re: pgsql: Avoid creation of the free space map for small heap relations, t

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Avoid creation of the free space map for small heap relations, t
Дата
Msg-id 649.1551116668@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Avoid creation of the free space map for small heap relations, t  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Avoid creation of the free space map for small heaprelations, t  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
I wrote:
> Amit Kapila <akapila@postgresql.org> writes:
>> Avoid creation of the free space map for small heap relations, take 2.

> I think this patch still has some issues.

Just out of curiosity ... how can it possibly be even a little bit sane
that fsm_local_map is a single static data structure, without even any
indication of which table it is for?

If, somehow, there's a rational argument for that design, why is it
not explained in freespace.c?  The most charitable interpretation of
what I see there is that it's fatally undercommented.

            regards, tom lane


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

Предыдущее
От: "Li, Zheng"
Дата:
Сообщение: Re: NOT IN subquery optimization
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Remove Deprecated Exclusive Backup Mode