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

Re: Severe performance issues with large directories

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 9 Apr 2010 16:18:51 -0400

On Fri, Apr 9, 2010 at 3:59 PM, Greg Stein <gstein_at_gmail.com> wrote:
>> Are you sure that this is in prop-base, not .svn/tmp?
>
> Whatever. Does it matter? :-P
>
> I think we should backport the changes we made in svn_io_open_unique_file3.
>
>> For 1.7 we made the tempfilename generator better in guessing new names, but
>> for property handling we won't be using files in 1.7. (Looking at these
>> numbers and those that follow later in your mail, we might have to look in
>> porting some of this back to 1.6).
>
> Yah.

I recall we fixed a similar problem on large commits when generating
temp files. This was fixed in 1.6.3:

http://svn.apache.org/viewvc?view=revision&revision=878046

It looks like the solution was to avoid using
svn_io_open_unique_file3. Not sure if a similar workaround could be
used here.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2010-04-09 22:19:18 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.