Re: Postgresql on an AMD64 machine

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql on an AMD64 machine
Дата
Msg-id 26813.1118202633@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgresql on an AMD64 machine  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Postgresql on an AMD64 machine  (Simon Riggs <simon@2ndquadrant.com>)
Re: Postgresql on an AMD64 machine  (Michael Stone <mstone+postgres@mathom.us>)
Список pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:
> Not that I've seen in testing so far.   Your improvements have, fortunately,
> eliminated the penalty for allocating too much shared buffers as far as I can
> tell (at least, allocating 70,000 when gains stopped at 15,000 doesn't seem
> to carry a penalty),

Cool, that's definitely a step forward ;-)

> Regarding 2GB memory allocation, though, we *could* really use support for
> work_mem and maintenance_mem of > 2GB.

Again, let's see some evidence that it's worth putting effort into that.
(Offhand it seems this is probably an easier fix than changing the
shared-memory allocation code; but conventional wisdom is that really
large values of work_mem are a bad idea, and I'm not sure I see the case
for maintenance_work_mem above 2Gb either.)

            regards, tom lane

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Postgresql on an AMD64 machine
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Postgresql on an AMD64 machine