Re: What is HeapScanDescData.rs_initblock good for?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: What is HeapScanDescData.rs_initblock good for?
Дата
Msg-id 20150723193307.GV5596@postgresql.org
обсуждение исходный текст
Ответ на Re: What is HeapScanDescData.rs_initblock good for?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> > Tom Lane wrote:
> >> I'm inclined to let it call heap_setscanlimits only if not allow_sync.
> 
> > It is possible for a partial range scan to join an existing herd of
> > scans that happens to be processing that part of the table, in which
> > case this wouldn't be sufficient.  However, two considerations: 1) range
> > scans, at least for BRIN, aren't normally large enough for synscans to
> > matter all that much; and 2) it would require additional code.  So I'm
> > inclined to do it as you suggest, which is simplest.
> 
> I already did that, but feel free to whack it further if you're so
> inclined.

Nah, I just failed to see your commit.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Autonomous Transaction is back
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PROPOSAL] VACUUM Progress Checker.