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

Large Repository

From: Mark Grosberg <mark_at_nolab.conman.org>
Date: 2004-04-14 00:47:35 CEST

Max Bowsher writes:

> Ben: This explanation doesn't feel right. This would imply that there
> was about 680MB of extra directory skels stored in 'strings' - that
> seems a bit much.

One thing to note that I've found in my use of Subversion is that during
the processing of the dumpfile or normal check-ins some extra space is
used in strings for delitification.

Temporarily the fulltext seems to make it in strings (I haven't checked
the code, but this is what I've seen in my strings file). So the strings
file may be large but some of that may be unused space that will be
reclaimed as the repository is modified.

I haven't played with it yet, but the deltified-dumps may be a good way to
judge how much space is lost due to BDB's keeping around free pages in the
strings file.

If this is the case then its more of a performance thing where BDB keeps
the space it needed at one point.

Mark G.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 14 00:48:05 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.