info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs pserver performance


From: Larry Jones
Subject: Re: cvs pserver performance
Date: Thu, 25 Jan 2001 14:21:58 -0500 (EST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]