Re: Questions on query planner, join types, and work_mem

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Questions on query planner, join types, and work_mem
Дата
Msg-id 4C59D02E.7040908@2ndquadrant.com
обсуждение исходный текст
Ответ на Questions on query planner, join types, and work_mem  (Peter Hussey <peter@labkey.com>)
Список pgsql-performance
Hannu Krosing wrote:
> Do you mean "written to disk", or written out from shared_buffers to
> disk cache ?
>

The later turns into the former eventually, so both really.  The kernel
will do some amount of write combining for you if you're lucky.  But not
in all cases; it may decide to write something out to physical disk
before the second write shows up.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Questions on query planner, join types, and work_mem
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Questions on query planner, join types, and work_mem