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

Re: Bdb strings anomaly

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 13 Jan 2010 10:03:52 +0000

Vadim Chekan <kot.begemot_at_gmail.com> writes:

> Other optimizations can be implemented, but I can not figure it out,
> where db transaction scope is set? I have impression that there is
> none which means that each bdb call is a transaction. If so, write
> operations are very slow, because transaction commit requires buffers
> to be flushed.

Subversion's BDB code uses the term "trail" for transactions; read
about it in libsvn_fs_base/trail.h. The transaction is started in
trail.c:begin_trail.

-- 
Philip
Received on 2010-01-13 11:04:31 CET

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.