Re: Slow loading into a bdb repository
From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-09-21 19:46:08 CEST
Daniel Lidström wrote:
If you're loading a dump into a repository, then you can turn off the syncing
1) svnadmin create --fs-type bdb --bdb-txn-nosync repos
2) Do the import.
3) Then turn on syncing by editing repos/db/DB_CONFIG and commenting out the line
set_flags DB_TXN_NOSYNC
4) Then recover the repository:
svnadmin recover repos
Regards,
-- Blair Zajac, Ph.D. http://www.orcaware.com/svn/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Sep 21 19:47:02 2006 |
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.