Re: are there any method that "Update" command not affect other unrelated indices?

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: are there any method that "Update" command not affect other unrelated indices?
Дата
Msg-id AANLkTik0J1ZHOmvDf5hw-WoDdqoVZ+vsFp5fzJ6EeYu6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: are there any method that "Update" command not affect other unrelated indices?  ("Igor Neyman" <ineyman@perceptron.com>)
Список pgsql-general
On Wed, Oct 13, 2010 at 10:31 AM, Igor Neyman <ineyman@perceptron.com> wrote:
> All indices need to be updated, because Postgres does not do "upgrade in
> place", like some other databases do.
> When any column is updated, new version of the row created and the old
> one marked as deleted.
>

If you qualify for a HOT update the indexes do not need updating.

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

Предыдущее
От: Geoffrey Myers
Дата:
Сообщение: pitr question
Следующее
От: Vick Khera
Дата:
Сообщение: Re: pitr question