[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Making wc-ng the default on trunk

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Thu, 16 Apr 2009 08:32:52 -0500

On Apr 16, 2009, at 4:33 AM, Branko Cibej wrote:

> Hyrum K. Wright wrote:
>> * Current implementation is *slow*.
>>
>
> I assume you know why and how to fix that, right?

Aside from the sqlite database issues mentioned by Greg elsethread,
we're also not taking full advantage of the new data store yet.
Neither properties or the dav cache (the old 'wcprops') have moved
into the sqlite database. Almost all the code external to wc-ng is
still relying upon svn_wc_entry_t to interface with the sqlite
database, which requires a complex, and potentially performance
intensive, translation. Moving the rest of libsvn_wc to hit the wc_db
directly will make things quicker indeed.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1747602
Received on 2009-04-16 15:33:07 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.