Re: [Testperf-general] Re: ExclusiveLock

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [Testperf-general] Re: ExclusiveLock
Дата
Msg-id 1101156751.2869.147.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: [Testperf-general] Re: ExclusiveLock  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [Testperf-general] Re: ExclusiveLock  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
On Thu, 2004-11-18 at 23:54, Tom Lane wrote:
> I don't think so; WAL is inherently a linear log.  (Awhile ago there was
> some talk of nonlinear log writing to get around the one-commit-per-
> disk-revolution syndrome, but the idea basically got rejected as
> unworkably complicated.)  

...this appears to still be on the TODO list... should it be removed?

- Find a way to reduce rotational delay when repeatedly writing last WAL
page 

Currently fsync of WAL requires the disk platter to perform a full
rotation to fsync again. One idea is to write the WAL to different
offsets that might reduce the rotational delay. 

-- 
Best Regards, Simon Riggs



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 64Bit Solaris Compile
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: another plperl bug