Re: update faster way

From: yudhi s <learnerdatabase99(at)gmail(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: update faster way
Date: 2024-09-14 03:58:52
Message-ID: CAEzWdqdMvMZx26orbRSbNH_uvZLon16R79b23M-H1D8Ky62Hbw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2024-09-14 07:39:14 Re: update faster way
Previous Message Igor Korot 2024-09-14 03:29:12 Re: update faster way