Re: Improving the Performance of Full Table Updates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Improving the Performance of Full Table Updates
Дата
Msg-id 18887.1191854011@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Improving the Performance of Full Table Updates  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-hackers
"Heikki Linnakangas" <heikki@enterprisedb.com> writes:
> We mustn't write data pages before the WAL hits the disk, but we don't
> have any such limitation for WAL.

Um, you're right, I was remembering discussions about trying to mmap
data files.  Still, googling "msync performance" leaves me full of
concern about whether this would be a portable improvement.
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Improving the Performance of Full Table Updates