Re: update faster way - Mailing list pgsql-general

From yudhi s
Subject Re: update faster way
Date
Msg-id CAEzWdqdMvMZx26orbRSbNH_uvZLon16R79b23M-H1D8Ky62Hbw@mail.gmail.com
Whole thread Raw
In response to Re: update faster way  (Igor Korot <ikorot01@gmail.com>)
Responses Re: update faster way
List pgsql-general


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?

pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: Re: update faster way
Next
From: Laurenz Albe
Date:
Subject: Re: update faster way