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

Re: Subversion Performance Benchmark

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-09-24 16:55:13 CEST

Daniel Berlin wrote:

>Am I incorrect in thinking that CVS stores the first revision as full
>text?
>If so, these results are what one would expect (though not quite to this
>degree).
>All the time difference is spend in the delta algorithm.
>
>We could probably speed up the delta algorithm by some constant
>factor.
>
>
>
>
Well the main problem I have is that 1000 text files like in the test is
only 137MB (took 62 seconds to add). I haven't even tried to import my
repository from work which is roughly 11.5GB. How long is this
operation likely to take?

Curiously enough, what is the vdelta function doing on an import? Is it
even possible to use delta's on an initial import or is the delta code
running for no apparent reason?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 24 16:50:11 2002

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.