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

slow operation with BDB back-end

From: Marton Fabo <morton_at_eik.bme.hu>
Date: 2005-02-28 18:59:50 CET

Hello!

I'm posting here according to Karl Fogel's suggestion about my
experiences with subversion. In a nutshell, I started out with a
BDB-based repository for holding a quite large amount of files. It was
unacceptably slow and unpredictable. After some suggestions on the
users@ list, I upgraded SVN to the latest stable version (1.1.3), and
compiled the server part with APR configured with
--with-devrandom=/dev/urandom. This seemingly made operation a bit
faster, but some merges and commits still took hours. Finally I
converted to FSFS back-end, which solved my problem, with operation
times expectable based on the amount of files and data, the network, and
the machines used.

Karl nevetheless considered this issue worth posting here, so I'm
complying. Relevant thread from users@ :

http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=26042

byez
mortee

-- 
The two basic principles of Windows system administration:
     * For minor problems, reboot
     * For major problems, reinstall
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 28 19:01:46 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.