Re: surprising query optimisation

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: surprising query optimisation
Дата
Msg-id 2c20b0ef-afc2-d1c9-8304-dab751375269@gmx.net
обсуждение исходный текст
Ответ на Re: surprising query optimisation  (Chris Withers <chris@withers.org>)
Список pgsql-general
Chris Withers schrieb am 05.12.2018 um 12:42:
> So, interestingly, this box has 250GB memory in it, and even though
> I've set effective_cache_size to 200GB, I only see 9G of memory being
> used. How can I persuade postgres to keep more in memory?
effective_cache_size is a hint to the optimizer on how much data is to be expected to be cached (by the filesystem).

Only shared_buffers (and work_mem) will actually allocate memory from the operating system.

Thomas


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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: surprising query optimisation
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: simple division