Re: update faster way - Mailing list pgsql-general

From Ron Johnson
Subject Re: update faster way
Date
Msg-id CANzqJaD-dmM6yi+OL0kcMDyeb4C=KmHeiKPqNThmYFd15NQwug@mail.gmail.com
Whole thread Raw
In response to Re: update faster way  (yudhi s <learnerdatabase99@gmail.com>)
List pgsql-general
On Fri, Sep 13, 2024 at 11:59 PM yudhi s <learnerdatabase99@gmail.com> wrote:


Do you have any indexes?
If not - you should, if yes - what are they?



Yes we have a primary key on this table which is on a UUID type column and also we have other indexes in other timestamp columns . But how is this going to help as we are going to update almost all the rows in the table?

But do you have an index on tab_part1.column1?

And how slow is subquery?

pgsql-general by date:

Previous
From: yudhi s
Date:
Subject: Re: update faster way
Next
From: yudhi s
Date:
Subject: Re: update faster way