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
ciao
--
##########################
# 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
---------------------------------------------------------------------
|
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.