Re: Covering Indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Covering Indexes
Дата
Msg-id 14811.1340901163@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Covering Indexes  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> The other question is whether such an index would prevent an update from
> being HOT when the non-indexed values are touched.

Surely it would *have* to, whether the columns are significant or not
for uniqueness purposes.  Else an index-only scan gives the wrong value
after the update.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Aidan Van Dyk
Дата:
Сообщение: Re: Covering Indexes
Следующее
От: Josh Kupershmidt
Дата:
Сообщение: Re: pg_signal_backend() asymmetry