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

Re: [RFC] FSFS filesystem options (long, sorry)

From: Mattias Engdegård <mattias_at_virtutech.se>
Date: 2007-03-05 15:59:07 CET

"Michael Sinz" <Michael.Sinz@sinz.org> writes:

>(It is not like we are saving any storage space by not having it
>complete, even when/if we start talking about 650,000 revisions -
>that is only 6 characters of filename and even if stored in 32-bit
>unicode, that comes to 24 bytes within the inode or directory entry.
>(Unless we want to work on old PDP-11/RT-11 systems with 6.3
>character file names and over 1 million revisions :-)

It's not a matter of storage space but performance. Shorter names means
that more of them fit into a directory block on disk, more of them fit into
cache, and more of them are returned with each getdents() system call.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 5 16:00:27 2007

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.