svn ci performance issue with 1.7.x and nfs mounted working copies
From: <michael_rytting_at_agilent.com>
Date: Wed, 14 Dec 2011 09:55:05 -0700
I originally sent this to users@ but didn't get any response. Trying dev@. I'm really starting to get some pushback from our engineers wanting to go back to 1.6.x because of pretty severe performance slowdowns.
In addition to slow "svn rm" commands we are seeing some pretty severe slowdowns for "svn ci" as well. For example, here is an interesting situation. I want to checkin a single file in my repository. If I run "svn ci" from the root of my working copy it takes 1m11s to complete. However if I instead run
cd <root of working copy>
That whole set of commands takes 16s to run. The actual change I am committing is adding or deleting a single line of a very small script. I am trying to simulate what a top level "svn ci" script would do with the commands I have above.
Here are the stats for my working copy. As generated by my checkSVNSize.sh script.
digital/mixedsignal/analog_model/analog_model_vams/netlist/hh1a|210
My checkSVNSize.sh script runs the following queries
sqlite3 .svn/wc.db "select parent_relpath, count(*) AS n from nodes group by parent_relpath order by n desc limit 1"
Michael Rytting
Michael Rytting
|
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.