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

Re: Revised Proposal: Improved locking implementation for fsfs

From: Mark Benedetto King <mbk_at_lowlatency.com>
Date: 2005-01-04 22:17:31 CET

On Tue, Jan 04, 2005 at 02:49:00PM -0600, Brian W. Fitzpatrick wrote:
>
> If the node is a directory, the second through n lines will contain a
> serialized hash of entries, where the hash key is the name of the child
> component, and the corresponding value is the integer of the filename
> where the node's lock is stored.
>

If we consider this data element to be a (somehow delimited) list of
integers, then we can try to limit the size of the individual dirent
files, which should avoid quadratic I/O behaviour (relevant when
locking many files in the same directory).

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 4 22:19:05 2005

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.