Re: v7.1b4 bad performance

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: v7.1b4 bad performance
Дата
Msg-id 200102170343.WAA27926@candle.pha.pa.us
обсуждение исходный текст
Ответ на RE: v7.1b4 bad performance  ("Schmidt, Peter" <peter.schmidt@prismedia.com>)
Список pgsql-admin
> The <varname>COMMIT_DELAY</varname> parameter defines for how long
>    the backend will be forced to sleep after writing a commit record
>    to the log with <function>LogInsert</function> call but before
>    performing a <function>LogFlush</function>. This delay allows other
>    backends to add their commit records to the log so as to have all
>    of them flushed with a single log sync. Unfortunately, this
>    mechanism is not fully implemented at release 7.1, so there is at
>    present no point in changing this parameter from its default value
>    of 5 microseconds.

Yes, I see Vadim mentioned the 5 microsecond default, and that was after
we already talked about it, so I guess he still wants the 5 to be there.

My idea was to see if another backend was near a commit, and only wait
in those cases.  We certainly can't keep the code as it is for 7.1
final.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: v7.1b4 bad performance
Следующее
От: "Schmidt, Peter"
Дата:
Сообщение: RE: v7.1b4 bad performance