digest data types?

Поиск
Список
Период
Сортировка
От Reece Hart
Тема digest data types?
Дата
Msg-id 1176327679.6763.10.camel@snafu.site
обсуждение исходный текст
Ответы Re: digest data types?
Список pgsql-general
Does anyone have postgresql types for message digests, especially md5 and sha1?

Obviously I could store these as text (as I currently do), but I'm particularly interested in custom types that store digests as binary blobs and provide conversion to/from text.

Am I correct in assuming that the space saved by storing digests as binary (1/2 size of hex) will substantially impact index ins/upd/del performance or when the digest itself is a large fraction of the rest of the row size?

Thanks,
Reece

-- 
Reece Hart, http://harts.net/reece/, GPG:0x25EC91A0

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

Предыдущее
От: "Leon Mergen"
Дата:
Сообщение: hashtext () and collisions
Следующее
От: Jonathan Vanasco
Дата:
Сообщение: seeking: advice on reordering table