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

Re: general server performance (was Re: apache svn server memory usage?)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-01 18:31:03 CEST

Chris Hecker <checker@d6.com> writes:

> Right, but even checkouts seem pokey...are they considered
> transactions as far as disk syncing as well (I assume not)?

Checkouts are transactions.

> Also, is there any way to trade risk for performance, and have it
> not sync to disk as often, or schedule it for the background, etc.?

Perhaps 'svnadmin create --bdb-txn-nosync' is what you want? You can
alter an existing repository by setting DB_TXN_NOSYNC/DB_TXN_WRITE_NOSYNC
in the repository's DB_CONFIG.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 1 18:32:00 2003

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.