Log Structured File System
Background:
The constraint for disk performance is disk access time. However this does not improve much because of mechanical motion.
Characteristics
Write all information to disk sequentially in a log
-Fast for crash recovery
-increase write performance
Challenge
Always need large extend of free space to write new data
Solution
Run a segment cleaner process
The constraint for disk performance is disk access time. However this does not improve much because of mechanical motion.
Characteristics
Write all information to disk sequentially in a log
-Fast for crash recovery
-increase write performance
Challenge
Always need large extend of free space to write new data
Solution
Run a segment cleaner process
评论