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

Re: CVS update: MODIFIED: libsvn_fs ...

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-06-15 20:21:43 CEST

Karl Fogel wrote:

> (svn_fs__open_reps_table): Initialize the "next-key" entry.
>

I wonder why you're doing this? Why are you using a B_TREE table for the
reps, and generating your own sequential keys, instead of just using a
RECNO table and letting DB take care of that? The "revisions" table does
that, for instance. It's not as if you need some magic key structure,
like in the nodes table. You won't be doing any range searches in the keys.

(Come to think of it, the "transactions" table could be a RECNO, too.
Hmm. Am I missing something?)

    Brane

-- 
Brane �ibej
    home:   <brane_at_xbc.nu>             http://www.xbc.nu/brane/
    work:   <branko.cibej_at_hermes.si>   http://www.hermes-softlab.com/
     ACM :   <brane_at_acm.org>            http://www.acm.org/
---------------------------------------------------------------------
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:36:32 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.