HOT update: why must ALL indexes should be update? - Mailing list pgsql-general

From Daniel Wu
Subject HOT update: why must ALL indexes should be update?
Date
Msg-id CAPoYtoKY9JSkwxM5BDyameea7gEWw1a0v_8gaZbazsT73YqzVQ@mail.gmail.com
Whole thread Raw
Responses Re: HOT update: why must ALL indexes should be update?
List pgsql-general
We have many indexes on a table. The chance is that any column could be some part of an index. I understand that when an index has a column that is updated, we can't use HOT, because the index entry could point to a totally different row. But if I have 10 indexes, if only 1 index will be updated, why the rest 9 indexes couldn't use HOT update?

pgsql-general by date:

Previous
From: Marc Millas
Date:
Subject: Re: missing something about json syntax
Next
From: Tom Lane
Date:
Subject: Re: HOT update: why must ALL indexes should be update?