Re: Issue #4358 - Svn WC 1.8 upgrade from 1.7 - wrong schema
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 22 Apr 2013 19:47:24 +0100 (BST)
Bert Huijben wrote:
> Julian Foad wrote:
>> -CREATE INDEX I_ACTUAL_PARENT ON ACTUAL_NODE (
For 1.8, what's the point of still including 'parent_relpath' in the index, when we know that every 'local_relpath' value starts with 'parent_relpath'? Doesn't that just make the index a bit bigger and a bit slower than
CREATE UNIQUE INDEX I_NODES_PARENT ON NODES (
?
> I'll look into these tomorrow, but the performance difference is not that
BTW, Brane has started working on this issue.
- Julian
|
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.