Re: pg_sequence catalog

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_sequence catalog
Дата
Msg-id 7079.1472666388@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_sequence catalog  (andres@anarazel.de (Andres Freund))
Ответы Re: pg_sequence catalog  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
andres@anarazel.de (Andres Freund) writes:
> On 2016-08-31 14:25:43 -0300, Alvaro Herrera wrote:
>> Yes, sure, we're still improving even if we stick to one-seq-per-bufpage,
>> but while we're at it, we could as well find a way to make it as best as
>> we can.  And allowing multiple seqs per page seems a much better
>> situation, so let's try to get there.

> It's not really that simple. Having independent sequence rows closer
> together will have its own performance cost.

You are ignoring the performance costs associated with eating 100x more
shared buffer space than necessary.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Use static inline functions for float <-> Datum conversions.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pg_sequence catalog