Re: [PATCHES] O_DIRECT for WAL writes

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: [PATCHES] O_DIRECT for WAL writes
Дата
Msg-id Pine.LNX.4.58.0506231410270.20908@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: [PATCHES] O_DIRECT for WAL writes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCHES] O_DIRECT for WAL writes  (Gregory Maxwell <gmaxwell@gmail.com>)
Re: [PATCHES] O_DIRECT for WAL writes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 23 Jun 2005, Tom Lane wrote:

> [ on the other point... ]
>
> Curt Sampson <cjs@cynic.net> writes:
> > But is it really a problem? I somewhere got the impression that some
> > drives, on power failure, will be able to keep going for long enough to
> > write out the cache and park the heads anyway. If so, the drive is still
> > guaranteeing the write.
>
> If the drives worked that way, we'd not be seeing any problem, but we do
> see problems.  Without having a whole lot of data to back it up, I would
> think that keeping the platter spinning is no problem (sheer rotational
> inertia) but seeking to a lot of new tracks to write randomly-positioned
> dirty sectors would require significant energy that just ain't there
> once the power drops.  I seem to recall reading that the seek actuators
> eat the largest share of power in a running drive...

I've seen discussion about disks behaving this way. There's no magic:
they're battery backed.

Thanks,

Gavin


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: HaveNFreeProcs ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: HaveNFreeProcs ?