Re: ignore_killed_tuples is always true

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ignore_killed_tuples is always true
Дата
Msg-id 8012.1139673170@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ignore_killed_tuples is always true  (Jaime Casanova <systemguards@gmail.com>)
Ответы Re: ignore_killed_tuples is always true  (ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp>)
Список pgsql-patches
Jaime Casanova <systemguards@gmail.com> writes:
> On 2/10/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> What is the point of removing it?  You cannot argue that saving
>> one if-test per tuple is a worthwhile speedup.

> to clean code?

It's not saving any noticeable amount of code, and what it is doing
is removing functionality we might want someday.  It's not hard to
imagine pgstattuple or VACUUM or other maintenance operations wanting
to look at killed index entries.

            regards, tom lane

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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: ignore_killed_tuples is always true
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Skipping VACUUM of indexes when no work required