Re: CRC was: Re: beta testing version

Поиск
Список
Период
Сортировка
От ncm@zembu.com (Nathan Myers)
Тема Re: CRC was: Re: beta testing version
Дата
Msg-id 20001207114253.Y30335@store.zembu.com
обсуждение исходный текст
Ответ на CRC was: Re: beta testing version  ("Horst Herb" <hherb@malleenet.net.au>)
Список pgsql-hackers
On Thu, Dec 07, 2000 at 06:40:49PM +1100, Horst Herb wrote:
> > This may be implemented very fast (if someone points me where
> > I can find CRC func). And I could implement "physical log"
> > till next monday.
> 
> As the logging might include large data blocks, especially now that
> we can TOAST our data, I would strongly suggest to use strong hashes
> like RIPEMD or MD5 instead of CRC-32 and the like. 

Cryptographically-secure hashes are unnecessarily expensive to compute.
A simple 64-bit CRC would be of equal value, at much less expense.

Nathan Myers
ncm@zembu.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG WITH CREATE FUNCTION.......
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: beta testing version