Brian Behlendorf writes:
> 
> In terms of speed, a soft-updates file system is much faster than a
> regular one, but not faster than memory-based.

It depends on what you're doing.  If you're creating and deleting a
bunch of small files, soft-updates will probably outperform memory-based
because it can combine writes and discard writes that are later made
irrelevant (e.g., writes to a file that is later deleted).  On the other
hand, if you're creating and deleting a bunch of big files, you'll
probably overflow the buffer cache and so prevent it from doing as good
a job of optimizing.

-Larry Jones

Any game without push-ups, hits, burns or noogies is a sissy game. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to