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

Antwort: Re: Speed during import - locating the bottleneck

From: <DJockheck_at_gauselmann.de>
Date: 2005-03-09 14:03:54 CET

Hi Ronny,

that's a nice improvement. In my Test-Environment (16 MB in small files and
one 80,6 MB file) this brought me a speedup from 9,86 MB/Minute to 15,96
MB/Minute.
Is there another switch like that ...?

ciao
Detlef Jockheck
BTW: I'm using an W2K3 Server and a W2K Client

--
##########################
# adp Gauselmann GmbH
# IT-Support
# Detlef Jockheck
# djockheck@gauselmann.de
##########################
                                                                                                                      
                                                                                                                      
                                         An:  users@subversion.tigris.org                                             
                                                                                                                      
                                         Kopie:                                                                       
                                         Thema:  Re: Speed during import - locating the bottleneck                    
                                                                                                                      
                                                                                                                      
                                                                                                                      
           "Ronny T. Lampert"                                                                                         
           <telecaadmin@uni.de>                                                                                       
           09.03.2005 13:04                                                                                           
                                                                                                                      
                                                                                                                      
                                                                                                                      
                                                                                                                      
                                                                                                                      
                                                                                                                      
                                                                                                                      
(Embedded image moved to file: pic24370.pcx)www         Diese EMail
erreichte Sie via Internet... / This mail was sent via internet...
Hi,
 > I've noticed that the import of projects seems to be very very slow. The
 > initial import of an 100 MB Binary file lasts about 5 Minutes -> 20 MB
per
 > Minute.
Try setting
set_flags DB_TXN_NOSYNC
in $REPOS/db/DB_CONFIG
# Disable fsync of log files on transaction commit. Read the
# documentation about DB_TXN_NOSYNC at:
# http://www.sleepycat.com/docs/api_c/env_set_flags.html
I don't know if the sync is per file, but working with ~250MB Sources and
20.000 files imports, this greatly improved performance.
Beware that this may harm data integrity when using non-server hardware
(secured thru UPS, ...)
Greetings,
Ronny


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Wed Mar 9 14:07:44 2005

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.