Re: UUID or auto-increment

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: UUID or auto-increment
Date: 2020-08-10 16:51:50
Message-ID: 2663a1f2-7377-58e7-ad7d-a867fe75cb15@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/10/20 11:38 AM, Ravi Krishna wrote:
[snip]
> Finally UUID results in write amplication in wal logs.  Keep that in mind
> if your app does lot of writes.

Because UUID is 32 bytes, while SERIAL is 4 bytes?

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2020-08-10 16:53:32 Re: UUID or auto-increment
Previous Message Adrian Klaver 2020-08-10 16:51:29 Re: SQL Question about like