Re: [PATCHES] pg_freespacemap question

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [PATCHES] pg_freespacemap question
Дата
Msg-id 4414E728.6080103@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: [PATCHES] pg_freespacemap question  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCHES] pg_freespacemap question  (Mark Kirkwood <markir@paradise.net.nz>)
Список pgsql-hackers
> The point here is that if tuples require 50 bytes, and there are 20
> bytes free on a page, pgstattuple counts 20 free bytes while FSM
> ignores the page.  Recording that space in the FSM will not improve
> matters, it'll just risk pushing out FSM records for pages that do
> have useful amounts of free space.


Maybe an overloaded pgstattuple function that allows you to request FSM
behavior?

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] pg_freespacemap question
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: [PATCHES] pg_freespacemap question