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

Re: Two performance notes from the outside world

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-16 03:06:42 CET

Greg Hudson <ghudson@MIT.EDU> writes:

> Here are two specific problem areas I've heard of from a big open
> source project:
>
> * svn log -v on a revision with a huge changed-file list, such as an
> import. It takes a long time to compute the changed-path list,
> and the whole thing gets stored in memory. If we could make this
> streamy, it might improve perceived performance as well as memory
> usage on the server. There may also be inefficiences in the
> calculation of the list, though I haven't looked.

The calculation of the list is basically a cursor walk through the
'changes' table. But yes, the results are all slapped into a big ol'
in-memory hash.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 16 03:07:39 2004

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.