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

Re: What happens when strings fills up? (was RE: svnadmin hotcopy pro blem with strings > 2G)

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-05-03 15:58:45 CEST

Jan Evert van Grootheest wrote:

> I'm wondering... what happens when the strings file really fills to the
> largest supported size on some platform?

The Berkeley DB supports extremely large database files:

        http://www.sleepycat.com/docs/ref/am_misc/dbsizes.html

especially when largefile support is available. Most repositories should never
get to that size. FWIW, a mirror of the entire Perl repository of changes since
5.004 comes to about 614MB, with the strings file alone being 514MB. Anyone who
needs to have a database file greater than 2GB can use a largefile supported BDB
for the maximum size.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 3 15:59:07 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.