Re: WALInsertLock tuning

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: WALInsertLock tuning
Дата
Msg-id 4DEDD2DF.5010002@enterprisedb.com
обсуждение исходный текст
Ответ на Re: WALInsertLock tuning  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: WALInsertLock tuning
Список pgsql-hackers
On 07.06.2011 10:21, Simon Riggs wrote:
> On Mon, Jun 6, 2011 at 11:25 PM, Robert Haas<robertmhaas@gmail.com>  wrote:
>> It strikes me, though, that we
>> could probably get nearly all of the benefit of this patch by being
>> willing to zero the first sizeof(XLogRecord) bytes following a record,
>> but not the rest of the buffer.  That would pretty much wipe out any
>> chance of an xl_prev match, I think, and would likely still get nearly
>> all of the performance benefit.
>
> Which adds something onto the path of every XlogInsert(), rather than
> once per page, so I'm a little hesitant to agree.

You would only need to do it just before you write out the WAL. I guess 
you'd need to grab WALInsertLock in XLogWrite() to prevent more WAL 
records from being inserted on the page until you're done zeroing it, 
though.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: WALInsertLock tuning
Следующее
От: Jeevan Chalke
Дата:
Сообщение: Invalid byte sequence for encoding "UTF8", caused due to non wide-char-aware downcase_truncate_identifier() function on WINDOWS