Re: add NODES.prior_deleted boolean column
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 29 Sep 2010 10:28:25 +0100
Greg Stein <gstein_at_gmail.com> writes:
> To do this, it seems that we're going to need to expose (from wc_db.h)
Yes, the caching is private to libsvn_wc. It might even be private to
> The one tricky part to a callback is eliding all but the highest
I had the following indices on NODES:
PRIMARY KEY(wc_id, local_relpath, op_depth)
if I change the i_parent index to
CREATE INDEX i_parent ON NODES (wc_id, parent_relpath, local_relpath, op_depth)
then the order by on this query
SELECT ... FROM NODES
doesn't add a significant overhead.
-- PhilipReceived on 2010-09-29 11:29:14 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.