Re: ice-broker scan thread

Поиск
Список
Период
Сортировка
От Jeffrey W. Baker
Тема Re: ice-broker scan thread
Дата
Msg-id 1133285745.1039.1.camel@toonses.gghcwest.com
обсуждение исходный текст
Ответ на Re: ice-broker scan thread  ("Pollard, Mike" <mpollard@cincom.com>)
Ответы Re: ice-broker scan thread  ("Luke Lonergan" <LLonergan@greenplum.com>)
Список pgsql-hackers
On Tue, 2005-11-29 at 09:45 -0500, Pollard, Mike wrote:

> Anyway, what I did was the following.  When doing a sequential scan, we
> were starting at the beginning of the table and scanning forward.  If I
> threw up some threads to read ahead, then my user thread and my read
> ahead threads would thrash on trying to lock the buffer slots.  So, I
> had the read ahead threads start at some distance into the table, and
> work toward the beginning. 

I believe this is commonly called a synchronous scan.

-jwb


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

Предыдущее
От: David Boreham
Дата:
Сообщение: Re: ice-broker scan thread
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: ice-broker scan thread