Hacker News new | past | comments | ask | show | jobs | submit login
The Design and Implementation of a Log-Structured File System (muratbuffalo.blogspot.com)
8 points by coderdude on Dec 3, 2010 | hide | past | favorite | 1 comment



LFSes also have the nice property that they have a smooth CPU usage profile. Traditional FSes improve perceived performances by batching writes and flushing them periodically, leading to occasional spikes.

An LFS can pretty much flush a write as it comes to hand.

It turns out that LFSes are awesome for ... logging :D




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: