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

Re: Are skels a db-specific thing?

From: <cmpilato_at_collab.net>
Date: 2001-08-22 23:49:53 CEST

"Eric W. Sink" <eric@sourcegear.com> writes:

> Like I said, I'm ignoring transactions for the moment, to see if I
> understand the data model. So now I'll ask: Am I missing something
> here?

I think your understanding of our usage of BDB is rather sufficient.
It certain is one of the simplest database usages I've ever laid eyes
on.

> Disclaimers: I'm just trying to understand the design. No criticism
> is implied toward anyone or anything.
>
> So Greg, my question is:
>
> Am I capturing the issues which prompted you to make the remark
> about having skels be DB-specific?

I can't answer for Greg, but were I about to change libsvn_fs to be
pluggable with different database systems, I feel pretty certain I'd
make skels specific to if not Berkeley, at least all database systems
whose values are pretty much limited to a single variable-length text
glob. Skels would be a sort of transport packaging scheme for taking
what *should* be multiple columns of data and stuffing them into a
single column. The directory/file interface might be another such
place to use skels.

---------------------------------------------------------------------
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:36 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.