[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Streamy FS writes found detrimental.

From: Daniel Berlin <dan_at_dberlin.org>
Date: 2002-02-27 07:24:43 CET

On Wed, 27 Feb 2002, Eric Gillespie wrote:

> Greg Stein <gstein@lyra.org> writes:
>
> > 1381 commits in almost exactly six months. So a little over 200
> > a month, or about 7 per day on average.
>
> I hope that's not the only activity level you're expecting:

Err, no, i was trying to gauge the impact of running archive cleanup on
every commit for a real repository, which has less commits per
second/hour/whatever than the cvs repository conversions i usually run.
So I asked Greg for some real numbers, being short on them myself.

7 vs 40 vs 100 isn't that big a deal.

at 100 commits a day, that's still only 4 per hour, or one every 15
minutes.

Anything less than probably a commit every 5 seconds (which is what my
cvs2svn conversions average) is probably okay to do log_archiving per
commit on.

This is from informal speed testing of the log archiver, of course.
Log archiving is just wasting cpu time more than disk time (it builds the
array, qsort's it, removes duplicates, then returns it).
That's like 17280 commits a day.
:)

In other words, my perceptions are just biased by the fact that i do
mainly repo conversions. It would be just fine to do db_archiving
per-commit.

--Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.