Re: Using PK value as a String

Поиск
Список
Период
Сортировка
От Moritz Onken
Тема Re: Using PK value as a String
Дата
Msg-id 1343069D-263F-4D99-BF7E-269C8F0E7F1F@houseofdesign.de
обсуждение исходный текст
Ответ на Re: Using PK value as a String  (Mathias Stjernström <mathias@globalinn.com>)
Ответы Re: Using PK value as a String  (Bill Moran <wmoran@collaborativefusion.com>)
Список pgsql-performance
We chose UUID as PK because there is still some information in an
integer key.
You can see if a user has registered before someone else (user1.id <
user2.id)
or you can see how many new users registered in a specific period of
time
(compare the id of the newest user to the id a week ago). This is
information
which is in some cases critical.

moritz

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Using PK value as a String
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Using PK value as a String