Re: Primary keys and composite unique keys(basic question)

Поиск
Список
Период
Сортировка
От Hemil Ruparel
Тема Re: Primary keys and composite unique keys(basic question)
Дата
Msg-id CANW1aT97xBzo0XoPeEuo2NZr6SAMU+dCs5mCLVOpom0aYOLvOQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Primary keys and composite unique keys(basic question)  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: Primary keys and composite unique keys(basic question)  (Bertrand Mamasam <golgote@gmail.com>)
Список pgsql-general
I used uuid4 for customer ids because i needed to interface with payment providers. Is that wrong? All other places except transaction ids, i have used serial ints

On Fri 2 Apr, 2021, 8:56 AM Rob Sargent, <robjsargent@gmail.com> wrote:
On 4/1/21 8:28 PM, Merlin Moncure wrote:
>
> This is one of the great debates in computer science and it is not
> settled.  There are various tradeoffs around using a composite key
> derived from the data (aka natural key) vs generated identifiers. It's
> a complex topic with many facets: performance, organization,
> validation, and correctness are all relevant considerations.  I would
> never use UUIDS for keys though.
>
> merlin
>
>
And, pray tell, for what exactly would you use universally unique
identifiers.


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

Предыдущее
От: Bryn Llewellyn
Дата:
Сообщение: Have I found an interval arithmetic bug?
Следующее
От: Pierre Forstmann
Дата:
Сообщение: Re: Copy Statistics Tables During Upgrade