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

RE: Deltas?

From: Daniel Berlin <dan_at_dberlin.org>
Date: 2002-03-10 20:56:01 CET

On Sun, 10 Mar 2002, Greg Hudson wrote:

> On Sun, 10 Mar 2002, Daniel Berlin wrote:
> > Right now, anything over the SVN stream chunk size is not deltified.
> >
> > The default chunk size is 100 * 1024 right now.
> > This will change when we have either a delta-combiner or skip deltas.
>
> I don't think we need a delta combiner or skip deltas to change this.

The reason its done is because getting old revisions is *way* too slow
otherwise.
I tried to retrieve revision 10 out of 1500 of a 1 meg changelog, and it
took >10 minutes

It's not memory, its the time required to apply so many large deltas, one
at a time.

--Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 10 20:56:32 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.