Unknown mailing list, 1.

Re: [Tux3] forward logging and NVRAM

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <tux3@...>
Cc: timothy norman huber <timothyhuber@...>
Date: Sunday, July 27, 2008 - 5:29 pm

Hi Timothy,

On Sunday 27 July 2008 14:10, timothy norman huber wrote:

The same motivation, actually. Writing the start of a forward log
chain to nvram instead of to some known location on disk means that I
do not have to worry about doing unnatural things to optimize such
loads as O_SYNC writing, where each transaction has to complete
before the next one can begin, which means that the forward log chain
never gets more than one element log, requiring a seek to the known
location for every transaction. Not worse than journalling to be
sure, and usually better, but not as fast as avoiding a seek and disk
write per transaction entirely.

So if somebody could give me 16 bytes of NVRAM or so per volume I
would be most pleased and could use that to generate some nice O_SYNC
benchmarks :-)

By the way, I wonder why your posts do not show up in the Mailman
(Pipermail) archive, while mine and Matt's do?

Daniel

_______________________________________________
Tux3 mailing list
Tux3@tux3.org
http://tux3.org/cgi-bin/mailman/listinfo/tux3

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Tux3] [PATCH 1/3] Use tuxtime() to update timestamp, OGAWA Hirofumi, (Tue Nov 11, 1:34 am)
[Tux3] forward logging and NVRAM, timothy norman huber, (Sun Jul 27, 5:10 pm)
Re: [Tux3] forward logging and NVRAM, Daniel Phillips, (Sun Jul 27, 5:29 pm)
Re: [Tux3] forward logging and NVRAM, Maciej Żenczykowski, (Tue Jul 29, 2:06 pm)