Re: Alternative to serial primary key

Поиск
Список
Период
Сортировка
От David Clarke
Тема Re: Alternative to serial primary key
Дата
Msg-id 12b7ac1e0607060406r16d03f74mfa303eec9ab4821f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Alternative to serial primary key  (Markus Schaber <schabi@logix-tt.com>)
Ответы Re: Alternative to serial primary key
Список pgsql-sql
On 7/6/06, Markus Schaber <schabi@logix-tt.com> wrote:
> This is a good idea if you want to have taller indices, but you still
> need to re-check the "real" key due to hash collisions.

I am aware there are collisions with md5 but without any actual proof
I believe the risk to be very low with the data I'm storing which is a
kind of scrubbed free form residential address.

>
> If you've plenty of time to spend, you could also bring the hash index
> type back to life, which is currently deprecated according to the
> PostgreSQL docs...

Unfortunately with the meagre time I have available, the only dent I'm
likely to make is in the wall with my head.


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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: Alternative to serial primary key
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: Alternative to serial primary key