Re: Skipping VACUUM of indexes when no work required

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Skipping VACUUM of indexes when no work required
Дата
Msg-id 29381.1139701011@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Skipping VACUUM of indexes when no work required  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Here's the patch as-applied.  Note one major difference from your
original: the logic about whether an indexscan can be skipped is now
entirely local to the index AMs, rather than allowing VACUUM to make
assumptions that may not be warranted for particular AMs.  For the
same reason, the AM is still responsible for providing the tuple
count statistic.

            regards, tom lane



Вложения

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [HACKERS] Spaces in psql output (Was: FW: PGBuildfarm member snake Branch HEAD Status changed)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Spaces in psql output (Was: FW: PGBuildfarm member snake Branch HEAD Status changed)