Re: Sv: Re: data-checksums

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Sv: Re: data-checksums
Дата
Msg-id 20180109220605.4jywcugziosolyw4@alap3.anarazel.de
обсуждение исходный текст
Ответ на Sv: Re: data-checksums  (Andreas Joseph Krogh <andreas@visena.com>)
Ответы Sv: Re: Sv: Re: data-checksums  (Andreas Joseph Krogh <andreas@visena.com>)
Список pgsql-general
Hi,

On 2018-01-09 21:47:17 +0100, Andreas Joseph Krogh wrote:
> Does PG use HW-accellerated crc if CPU supports it[1]?

Yes we do, for WAL checksums. The page checksums are a different
algorithm though, one which has the advantage of being SIMD compatible.

The checksum computations have some impact, but if there's bigger impact
it's much more likely to be related to the fact that some hint bit
writes to a page now needs to be WAL logged.

Andres Freund


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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Sv: Re: data-checksums
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Sv: Re: Sv: Re: data-checksums