Re: [EXTERNAL] Re: Need help with slow query - postgres 12 on linux RHEL 8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Thu, Dec 28, 2023 at 4:42 PM Ron Johnson <ronljohnsonjr@xxxxxxxxx> wrote:
On Thu, Dec 28, 2023 at 2:38 PM Matheus de Oliveira <matioli.matheus@xxxxxxxxx> wrote:
[snip] 
PS: As said in the other thread, a primary key on (granule_uuid, file_id) would make more sense, but you need to get rid of null values on these rows before creating the PK.
 
Can't you create a unique index index on fields with nulls?

Yes, you can create an unique index on fileds with nulls. But not a primary key, a primary key requires that all fiedls are NOT NULL.

Best regards,
--
Matheus de Oliveira



[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux