Re: [GENERAL] effective_io_concurrency increasing

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: [GENERAL] effective_io_concurrency increasing
Дата
Msg-id CAH2-WzkPXxAFYi8CUZpNzZU6fX5UHSzeDWkm3aeazHESKqqKAA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] effective_io_concurrency increasing  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-general
On Mon, Jun 19, 2017 at 3:25 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Surely you could prefetch all the heap pages pointed to by index items
> in the current leaf index page ...

I'm sure that you could do that too. I'm not sure how valuable each
prefetching optimization is.

I can imagine prefetching heap pages mattering a lot less for a
primary key index, where there is a strong preexisting correlation
between physical and logical order, while also mattering a lot more
than what I describe in other cases. I suppose that you need both.

--
Peter Geoghegan


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [GENERAL] effective_io_concurrency increasing
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [GENERAL] effective_io_concurrency increasing