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

Re: [PATCH] duplicate keys for the 'strings' table

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-02-27 20:55:36 CET

cmpilato@collab.net wrote:

>I would suggest rolling back tree.c to 1279 and removing the #define
>from svn_fs.h (effectively removing the buffering code altogether),
>and therefore the filesystem is never trying to guess at best-case
>buffering behavior (which it can't possible know). If the clients are
>writing directly into the strings table, they can (theoretically)
>choose to send differently size chunks of data into the window
>consumer returned by svn_fs_apply_textdelta(), and therefore have full
>control over their own performance in this area!
>
Wouldn't it make sense to at least buffer the writes to a multiple of
the db page size? Or make the buffer the same size as the currently
hard-coded delta windows?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

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.