RE: [PATCH] Improve speed of recursive info
From: <michael_rytting_at_agilent.com>
Date: Fri, 2 Sep 2011 09:15:14 -0600
That definitely improved the performance. The time it takes to run went from 6+ minutes to 1m7s. It's pretty much the same speed as the individual queries now. The performance is still significantly worse than 1.6.17 was and I don't know if that should be addressed.
-----Original Message-----
Philip Martin <philip.martin_at_wandisco.com> writes:
> Philip Martin <philip.martin_at_wandisco.com> writes:
It looks like we might be able to fix this using another SQL index rather than changing the C code. You can create the index in an existing working copy using:
sqlite3 .svn/wc.db "create index i_p2 on nodes(wc_id, parent_relpath, local_relpath, op_depth)"
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2011-09-02 17:15:48 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.