Re: Proposal: new fsfs.conf properties
From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 13 Jul 2017 12:01:43 +0100
Johan Corveleyn <jcorvel_at_gmail.com> writes:
> As I said in my previous response here, I think the reason for Paul to
Using a trunk build, I'm uploading 500MB urandom files:
dd if=/dev/urandom bs=1M count=500 > u1.dat
using
curl -T u1.dat http://localhost/repo/curl.dat
and
svnmucc -mm put u1.dat http://localhost/repo/svn.dat
to a repository with compression-level=0 and enable-rep-sharing=false.
The upload that creates the file is faster than the upload that updates
curl create time: 4.2s
svnmucc create time: 5.2s
The difference between curl and svnmucc matches the extra CPU used by
The difference between create and replace is due to the extra server CPU
httpd CPU create: 3.0s
The fact that the create is faster than the update means that if
svnmucc -mm -U http://localhost/repo put u1.dat svn.dat
The delete+recreate takes the same 5.2s as the original create and is
-- PhilipReceived on 2017-07-13 13:01:54 CEST |
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.