[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: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2002-09-24 19:36:50 CEST

>>
> The problem is svn shooting itself in the foot trying to be too smart.
> It's
> using svndiff to compress the data for TRANSMISSION to reduce network
> bandwidth, even though this is a local operation. So we're actually
> svndiffing the data, passing into a function call which promptly
> uncompresses
> and stores it in the DB.
>
> At least that's my understanding of what Mike was saying.

I thought that's what he was saying. but the svndiff he gave would not
be compressed.
he said:"
<flag that means 'here comes some new data'>
<here's the whole file as fulltext>"
"
not
"<compressed fulltext>"

So I figured that must not be what he is saying.
:)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 24 19:37:39 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.