Re: synchronized scan: reset state at end of scan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: synchronized scan: reset state at end of scan
Дата
Msg-id 11636.1212285686@sss.pgh.pa.us
обсуждение исходный текст
Ответ на synchronized scan: reset state at end of scan  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: synchronized scan: reset state at end of scan  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-patches
Jeff Davis <pgsql@j-davis.com> writes:
> I was looking into supporting synchronized scans for VACUUM, and I
> noticed that we currently don't remove the reported scan location as
> this post suggests:

> http://archives.postgresql.org/pgsql-patches/2007-06/msg00047.php

I thought the end conclusion of that thread was to not do anything,
on the grounds that
(1) having new scans sometimes fail to join an existing syncscan
herd would be a bad thing because of the resulting performance
uncertainty;
(2) partially masking the order-nondeterminism created by syncscans
would be a bad thing because it would make it more likely for people
to not notice the issue during testing.

            regards, tom lane

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: synchronized scan: reset state at end of scan
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: synchronized scan: reset state at end of scan