Re: update faster way

yudhi s <learnerdatabase99@gmail.com>

From: yudhi s <learnerdatabase99@gmail.com>
To: Igor Korot <ikorot01@gmail.com>
Cc: pgsql-general <pgsql-general@lists.postgresql.org>
Date: 2024-09-14T03:58:52Z
Lists: 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?