Re: Page at a time index scan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Page at a time index scan
Дата
Msg-id 26483.1146598508@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Page at a time index scan  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: Page at a time index scan
Re: Page at a time index scan
Список pgsql-patches
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> On Tue, 2 May 2006, Tom Lane wrote:
>> Backwards scan may break this whole concept; are you sure you've thought
>> it through?

> I think so. The patch doesn't change the walk-left code. Do you have
> something specific in mind?

I'm worried about synchronization, particularly what happens if the page
gets deleted from under you while you don't have it pinned.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Page at a time index scan
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Page at a time index scan