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

Re: RFC: Revision indexes for 1.1

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-04-20 00:31:42 CEST

C. Michael Pilato wrote:

>kfogel@collab.net writes:
>
>
>
>>Is there a reason not to do non-uniqueness like this:
>>
>> (PROP-NAME PROP-VALUE) -> (REVNUM1, REVNUM2, REVNUM1 ...)
>>
>>
>
>A couple come to mind quickly:
>
> - It unnecessarily complexifies the value format, making it into a
> skel, which is a Berkeley-ism (something we would eventually like
> to get away from).
> - Because then each addition is now an edit (which for Berkeley DB
> means we write out more log data than necessary)
>
>
Yes, these are exactly the reasons I had. Also it would make the size of
the record unbounded, and doesn't map nicely to a SQL schema.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 20 00:31:44 2004

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.