guids / bytea and index use ?

Поиск
Список
Период
Сортировка
От Paul Newman
Тема guids / bytea and index use ?
Дата
Msg-id D5F7521105A39145BEA6A6F47AEFFA88290783@sbserver.tripoint.local
обсуждение исходный текст
Ответы Re: guids / bytea and index use ?  (Neil Conway <neilc@samurai.com>)
Список pgsql-general

Hi,

We are currently using a 32byte varchar for our primary keys. We tried to reduce this down to 16 bytes but varchar didn’t seem to store this correctly. I’d like to use bytea instead so we could use 16bytes, but are indexes used properly ? Does anyone have any other suggestions on how to store guids ? We don’t have any experience in recompiling the postgres source code etc.

 

Thanks

 

Paul Newman

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

Предыдущее
От: "GIROIRE, Nicolas (COFRAMI)"
Дата:
Сообщение: XA connection problem
Следующее
От: "Paul Newman"
Дата:
Сообщение: triggers using the correct schema ..