Re: TRM - Morbidity has set in, or not?
Date: Wed, 17 May 2006 10:43:37 +0300
Message-ID: <e4ek32$rf3$1_at_emma.aioe.org>
"Keith H Duggar" <duggar_at_alum.mit.edu> wrote in message
news:1147842916.305393.225490_at_38g2000cwa.googlegroups.com...
> Marshall wrote:
> > 2) Do you have anything that falls under the general
> > topic of database theory that you would care to discuss?
> Yes I believe I do. Unfortunately I do not yet possess the
> knowledge and vocabulary needed to properly formulate the
> questions here. Basically I want to know if and how the RM
> can be leveraged to improve and simplify numerical
> simulations. Typically I implement OO/network models using
> C++.
> In the recent past slogging through tedious navigational
> code (pointers, iterators, visitors, etc) led me to wonder
> if there was a better way. Hence I wandered over to c.d.t.
> looking for education and inspiration.
Some differences between network and relational databases are (in my opinion
:):
- the network ones seems ad hoc ; the relational ones have a foundation in
math right from the start
- the network ones exists ; the relational ones are incomplete and expensive
- the network ones are based on sequencial access ; the relational ones are
based on random access
The OO ones are supposed to be a cross of network and relational, easyer to
use than both of them.
The "semistructured" ones are supposed to cure the flaws in the OO ones.
I don't see how they do that given the "fact" that "we" have not been able
to implement the relational ones in the first place.
Best luck,
Mr. X :-)
Received on Wed May 17 2006 - 09:43:37 CEST