Re: Cost of XLogInsert CRC calculations

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Cost of XLogInsert CRC calculations
Дата
Msg-id 1115839924.3830.296.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Cost of XLogInsert CRC calculations  ("Mark Cave-Ayland" <m.cave-ayland@webbased.co.uk>)
Ответы Re: Cost of XLogInsert CRC calculations  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
On Wed, 2005-05-11 at 13:40 +0100, Mark Cave-Ayland wrote:
> So unless we can guarantee a minimum of 1k data per Xlog record then
> Adler-32 won't be suitable. 

Most records are either 8KB or much less than 1KB. Is the benefit gained
from the 8KB records worth the loss on the more frequent smaller
records?

> perhaps the CRC-32 routines could be written in in-line assembler

If you can do this, step right up. :-)

Best Regards, Simon Riggs



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] plperl and pltcl installcheck targets
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Oracle Style packages on postgres