Re: fix use of posix_fadvise in xlog.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: fix use of posix_fadvise in xlog.c
Дата
Msg-id 17458.1276184642@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: fix use of posix_fadvise in xlog.c  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: fix use of posix_fadvise in xlog.c  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> In a steady-state situation new WAL files are not created very often 
> because we recycle old ones, so it probably doesn't make much difference.

Yeah.  We really don't worry too much about the performance of the
new-WAL-file-creation code path because of this.
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: fix use of posix_fadvise in xlog.c
Следующее
От: Greg Stark
Дата:
Сообщение: Re: How about closing some Open Items?