Re: [Testperf-general] Re: ExclusiveLock

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [Testperf-general] Re: ExclusiveLock
Дата
Msg-id 21214.1100819992@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [Testperf-general] Re: ExclusiveLock  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: [Testperf-general] Re: ExclusiveLock  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> Would it be possible to: when a new block is allocated from the relation
> file (rather than reused), we check the FSM - if it is empty, then we
> allocate 8 new blocks and add them all to the FSM. The next few
> INSERTers will then use the FSM blocks normally.

Most likely that would just shift the contention to the WALInsertLock.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: OpenBSD/Sparc status
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [Testperf-general] Re: ExclusiveLock