Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Clean Object Class Design -- Circle/Ellipse

Re: Clean Object Class Design -- Circle/Ellipse

From: David Cressey <david_at_dcressey.com>
Date: Sun, 19 Aug 2001 06:08:31 GMT
Message-ID: <zJIf7.270$Iw2.14719@petpeeve.ziplink.net>

> With the database industry rapidly degenerating toward navigational
> databases, I think Date is as relevant and important today as he has ever
> been.
>

OK. Here you've said something I can agree with. In fact, I think it gets even worse.

I think a lot of people use foreign keys as if they were nothing more than pointers, except slower
than physical pointers because they go through an addition layer of indirection, namely an index.

In other words, they navigate relational databases precisely as if they were not relational at all. Then they complain because they don't run as fast as network or hierarchical databases. Yeah, right.

This, I believe, is relevant to the earlier exchange between you and Carl about whether the relational model was or was not relevant in the case of storing and accessing persistent objects. I'm fully aware that there were a lot of other issues going on as well, but I think this is one reason why the two of you never directly connected in your discussions.

--
Regards,
    David Cressey
    www.dcressey.com
Received on Sun Aug 19 2001 - 01:08:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US