...

/

Writing Sequentially and Effectively

Writing Sequentially and Effectively

This lesson describes how LFS uses write buffering to ensure efficient writes.

We'll cover the following...

Write buffering

Unfortunately, writing to disk sequentially is not (alone) enough to guarantee efficient writes. For example, imagine if we wrote a single block to address AA, at time T ...