Re: old synchronized scan patch

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas ADI SD
Тема Re: old synchronized scan patch
Дата
Msg-id E1539E0ED7043848906A8FF995BDA579018FEBAB@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: old synchronized scan patch  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: old synchronized scan patch  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
> To open up the implementation topic:
>
> My current patch starts a new sequential scan on a given relation at
the
> page of an already-running scan.

I think it should start earlier to make use of the already cached part
of the table.
It is hard to determine, or guess how much is still in cache though.
As a start you could maybe use some (small to be safe) fraction of
effective_cache_size
or shared_buffers.

Andreas


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Postgres95 archives in mbox format
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: old synchronized scan patch