Re: What exactly is our CRC algorithm?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: What exactly is our CRC algorithm?
Дата
Msg-id 20141104134036.GO28295@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: What exactly is our CRC algorithm?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: What exactly is our CRC algorithm?  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
Список pgsql-hackers
On 2014-11-04 08:21:13 -0500, Robert Haas wrote:
> On Tue, Nov 4, 2014 at 4:47 AM, Heikki Linnakangas
> <hlinnakangas@vmware.com> wrote:
> > I hear none, so committed with some small fixes.
> 
> Are you going to get the slice-by-N stuff working next, to speed this up?

I don't plan to do anything serious with it, but I've hacked up the crc
code to use the hardware instruction. The results are quite good - crc
vanishes entirely from the profile for most workloads. It's still
visible for bulk copy, but that's pretty much it.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: tracking commit timestamps
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Patch: add recovery_timeout option to control timeout of restore_command nonzero status code