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

RE: darabase just keeps growing and growing

From: Sander Striker <striker_at_apache.org>
Date: 2003-09-07 23:38:48 CEST

> From: Branko Cibej [mailto:brane@xbc.nu]
> Sent: Sunday, September 07, 2003 11:36 PM

> Sander Striker wrote:
>> Actually our fs code calls checkpoint on every succesful bdb txn.
>> See svn_fs__retry_txn().
>>
> Not quite on every txn commit; the checkpoint actually happens after
> 1024 commits or 5 minutes, whichever comes first.

Ah, right. The call to db_checkpoint is made on every succesfull bdb txn
though. I guess bdb just ignores it, since we set that option you mention
when we open the environment.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Sep 7 23:39:48 2003

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.