From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Curt Sampson <cjs(at)cynic(dot)net> |
Cc: | Greg Stark <gsstark(at)mit(dot)edu>, ITAGAKI Takahiro <itagaki(dot)takahiro(at)lab(dot)ntt(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCHES] O_DIRECT for WAL writes |
Date: | 2005-06-23 04:00:19 |
Message-ID: | 455.1119499219@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
[ on the other point... ]
Curt Sampson <cjs(at)cynic(dot)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...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2005-06-23 04:07:14 | HaveNFreeProcs ? |
Previous Message | Curt Sampson | 2005-06-23 03:54:15 | Re: [PATCHES] O_DIRECT for WAL writes |
From | Date | Subject | |
---|---|---|---|
Next Message | Gavin Sherry | 2005-06-23 04:11:58 | Re: [PATCHES] O_DIRECT for WAL writes |
Previous Message | Curt Sampson | 2005-06-23 03:54:15 | Re: [PATCHES] O_DIRECT for WAL writes |