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

Re: export, checkout, commit performance

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-03-09 17:20:27 CET

Sebastian Tusk <sebastian.tusk@gmx.net> writes:

> I doubt that this has anything to do with the server.

Hmmm...

> For 75% of the
> time there isn't even a connection to the server. For completeness the
> test with a version 1.3.0 server.
>
> Commit of an 1GB file into an empty repository.
>
> Client: svn 1.3.0, Windows XP, NTFS
> Server: svn 1.3.0, Windows XP, NTFS, svnserve
>
> $ time svn commit -m "test"
> Hinzuf. (bin) test.tmp
> ¨bertrage Daten .
> Revision 1 bertragen.
>
> real 34m42.985s
> user 0m0.031s
> sys 0m0.000s

I don't know much about Windows (that looks like a Unix time?) but
your timings appear to show almost no CPU usage in the client. I
guess the client is spending all it's time waiting for IO, which means
the problem is either the server or the network. I suspect the server
is your bottleneck, it takes quite a bit of CPU to decode the svndiff
received from the client and then encode it for the repository. (I'm
a bit surprised that the client can encode a 1GB file using only
0.031s of CPU.)

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 9 17:23:36 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.