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

Re: Minimizing the `revisions' table.

From: <cmpilato_at_collab.net>
Date: 2002-06-14 21:57:27 CEST

Greg Stein <gstein@lyra.org> writes:

> On Fri, Jun 14, 2002 at 02:33:45PM -0500, cmpilato@collab.net wrote:
> >...
> > CHANGES (a new table, duplicately keyed on Transaction Ids)
> > - a "changes" header
> > - the changed node revision id
> > - the filesystem path of the changed node revision id
> > - the kind of change: added, deleted, replaced or modified
>
> Ah. This scales *way* better (hadn't thought about scaling in my earlier
> response). You can just add rows rather than keeping a big glom in memory.
>
> How do you define replaced vs. modified? AFAIK, we never "modify".

Oh, "replace = delete + add", where modify means "text or prop
changes". Sorry for the ambiguitiy.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 14 21:59:48 2002

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.