Re: pgsql: Generational memory allocator

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: pgsql: Generational memory allocator
Дата
Msg-id CANP8+j+LZNRt79coE_oV5L3kAtGCULkTGz59_DLvnt1F7tceaQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Generational memory allocator  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 27 November 2017 at 09:06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
>> On 27 November 2017 at 06:42, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> Sold, will make it so.
>
>> So you will like this next patch also, since there is related code
>> above that stanza.
>
> Looks reasonable to me, but I wonder whether BLCKSZ is a good initial
> setting.  Since the data length is only uint16, we're apparently assuming
> that the contents must be small.

Our max block size is 2^15 so I think we're good.

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Generational memory allocator
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix typo in comment