delphij's Chaos

选择chaos这个词是因为~~实在很难找到一个更合适的词来形容这儿了……

13 Feb 2004

Shortage of the current implementation of Soft Updates

The current FreeBSD Soft Updates poses to a performance peanlity when there’re plenty of i-nodes and this is very common case in badly-designed systems, however, I think this should be solved.

According to Kirk’s paper, this can be prevented by committing the snapshot without having to write it synchoriously.

However, I don’t have a filesystem sized 1TB and a small block size. A UFS2? How can I simulate this situation?