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

Re: query

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-05-21 20:44:01 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> [cc'ing back to the list]
>
> On Fri, 2004-05-21 at 13:26, Metrri Jain wrote:
> > Hey there,
> >
> > Thanks a lot for the quick reply but then size of my strings file is
> > 50 GB and it occupied all my space so was wondering what is making it
> > so big,inspite of the fact that all my files in the repository (text
> > files ) are empty.
> >
> > Plz help me with that.

Does 'db_stat -d /path/to/repos/db/strings' tell you anything
interesting? Running through 'grep free':

   $ db_stat -d ~/tests/svn-repos/db/strings | grep free
   184168 Number of bytes free in tree internal pages (51% ff).
   22M Number of bytes free in tree leaf pages (46% ff).
   553596 Number of bytes free in tree duplicate pages (28% ff).
   10M Number of bytes free in tree overflow pages (86% ff).
   1422 Number of pages on the free list.

Mine seems to indicate that I have some 32-33 megabytes of unused
storage in my strings table.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 21 20:45:14 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.