Re: DBT-3 with SF=20 got failed

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: DBT-3 with SF=20 got failed
Дата
Msg-id 5579991A.4000905@wi3ck.info
обсуждение исходный текст
Ответ на Re: DBT-3 with SF=20 got failed  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Ответы Re: DBT-3 with SF=20 got failed
Re: DBT-3 with SF=20 got failed
Список pgsql-hackers
On 06/11/2015 09:53 AM, Kouhei Kaigai wrote:
>> curious: what was work_mem set to?
>>
> work_mem=48GB
>
> My machine mounts 256GB physical RAM.

work_mem can be allocated several times per backend. Nodes like sort and 
hash_aggregate may each allocate that much. You should set work_mem to a 
fraction of physical-RAM / concurrent-connections depending on the 
complexity of your queries. 48GB does not sound reasonable.


Regards, Jan

-- 
Jan Wieck
Senior Software Engineer
http://slony.info



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: The purpose of the core team
Следующее
От: Robert Haas
Дата:
Сообщение: Re: DBT-3 with SF=20 got failed