You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Andy Bolstridge <an...@bolstridge.plus.com> on 2009/05/19 13:54:16 UTC

RE: Re: SVN scalability problem as number of tags grows

> Another possibility is to use rev #s rather than tags. If we were 
> starting over we might do this. (Given our infrastructure already 
> deployed atop SVN, which already uses tags, switching to rev #s is a 
> riskier change than switching to sharded tags.)
> 

Someone once suggested storing a 'label' text that mapped to a revnum, so you could have human-readable 'tags' without having to create the tag branches. IIRC he got shot down in flames, but I think the suggestion was a good one - especially if you create many tag branches, and they are not quite as cheap as described.

sure, adding new entries = more data, but if you add more data and branch as well, ad then make lots of tags, you're going to see a significant increase in storage sooner rather than later. 

I havn't seen a problem with it yet (and I have 12Gig and 300,000 revisions) but this does act as a warning not to start creating tag branches, thanks.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2313467