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

Re: Size of Single DB-Files in Repositories

From: Jeremy Pereira <jeremyp_at_jeremyp.net>
Date: 2004-04-19 11:43:02 CEST

I don't think Berkeley DB has any means of splitting files.

The docs say the maximum file size is 2^32 * page_size where the
minimum page size is 512 bytes. So the minimum maximum file size is 2
Terabytes. Your file system or kernel may be a limitation, however.

On Apr 19, 2004, at 09:38, Lukas Ruf wrote:

> Dear all,
>
>
> is there any possibility to limit the size of single db-files within
> repositories such that they get split into several files when they
> reach this limit?
>
> For example:
>
> db!65> du -msc * | sort -n
> 1 DB_CONFIG
> 1 __db.001
> 1 __db.002
> 1 __db.003
> 1 __db.004
> 1 __db.005
> 1 copies
> 1 log.0000002738
> 1 revisions
> 1 transactions
> 1 uuids
> 2 log.0000002737
> 15 representations
> 30 nodes
> 55 changes
> 1426 strings
> 1528 total
>
> Can I set a limit of 2 GB for any of the files such that a single
> instance of strings will not grow larger than 2 GB?
>
> Thanks for any hint!
>
> wbr,
> Lukas
> --
> Lukas Ruf | Wanna know anything about raw |
> <http://www.lpr.ch> | IP? -> <http://www.rawip.org> |
> eMail Style Guide: <http://www.rawip.org/style.html>|
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

--
Jeremy Pereira
http://www.jeremyp.net
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 19 11:43:53 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.