Hacker News new | ask | show | jobs
by zzzcpan 2785 days ago
You probably mean log structured, not copy on write. CoW doesn't help make writes sequential, unlike log structured filesystems.
1 comments

log-structured is a special-case of CoW; specifically it's CoW where the allocation strategy is sequential blocks.