[Code-review] [PATCH] Maintain a metadata copy outside the index.

Martin Langhoff martin.langhoff at gmail.com
Thu Jun 26 00:00:02 EDT 2008


On Wed, Jun 25, 2008 at 6:55 PM, Benjamin M. Schwartz
<bmschwar at fas.harvard.edu> wrote:
> I agree that it's impractical to hack atomicity into the current system,
> but any future datastore should _definitely_ provide strong
> atomicity/checkpoint guarantees.  Designing this in should not be
> difficult, and even if it is, it is worth doing.

This *is* difficult. A FS that performs great on NAND flash devices
and provides atomicity and checkpointing is not trivial. Keep in mind
that activities do a wide range of FS operations - including capture
and playback of sound and video and large files - so mmap and all the
relevant posix ops need to be there, and be efficient.

cheers,



m
-- 
 martin.langhoff at gmail.com
 martin at laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff


More information about the Code-review mailing list