Re: Postgres performance comments from a MySQL user

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres performance comments from a MySQL user
Дата
Msg-id 22848.1055360238@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgres performance comments from a MySQL user  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> Having said that, though, I do wonder whether we couldn't bump them up a
>> little.  Are there still any live platforms where the default SHMMAX is
>> less than 4 MB?  (There was discussion of this a month or two back on
>> pghackers, but no conclusion.)

> Could we have per-platforms defaults?

Hmm, that might be a nice solution.  Could we arrange for the template
file to supply defaults for shared_buffers and so forth?  They'd have
to be inserted into postgresql.conf during installation or initdb, but
we already do some editing of postgresql.conf during initdb ...

            regards, tom lane

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

Предыдущее
От: Tony Grant
Дата:
Сообщение: Re: Postgres performance comments from a MySQL user
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Index not being used in MAX function (7.2.3)