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

Re: When to use Berkeley transactions.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-02-21 08:12:07 CET

On Fri, 2003-02-21 at 02:02, Branko Èibej wrote:
> Because we want to isolate node records from deltification. When we
> deltify a file's contents, we create a completely new string (with a new
> key) and delete the old one, but only modify the representation record
> without changing its key.

But if we're already locking the representation (using transactions or
not), why can't we just rewrite the representation--without changing its
key, of course--in multiple steps? (Unless there's some complication
with doing that in the presence of duplicate keys.)

(That might mean keeping representations locked for a longer period of
time during redeltification. But it would mean one less layer of
indirection every time we access a representation, which has to make
more of a difference.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 21 08:17:39 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.