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

Re: [PROPOSAL] Merging Improved

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-04-12 01:11:06 CEST

On Sat, Apr 12, 2003 at 12:10:49AM +0200, Sander Striker wrote:
>...
> > Absolutely. If there's some compelling reason to index them in the
> > property, then that's fine. All I really meant to say is, let's not
> > optimize this just for the sake of space savings.
>
> Ah, but it isn't to save space. It is to prevent a rewrite of all
> svn:merged-from properties when a remote repository UUID changes.
> Using the indexed method the rewrite to the new UUID would be one row
> change in a table...

You bet.

Space savings is good. Rewrite is good. But also note that the table could
include more than just the UUID. We could also include other metadata about
the repository. "Canonical URL" or "Owner" or ...

This is what relational DBs are all about. Enable the relation, and then you
can grow into all kinds of cool stuff.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 12 01:07:22 2003

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.