Re: Flamewar object databases vs. relational databases (was: Unknown SQL)

From: Marten Feldtmann <marten_at_toppoint.de>
Date: Mon, 04 Jun 2001 12:48:52 +0100
Message-ID: <3B1B75A4.71C532C7_at_toppoint.de>


Chris Trathen schrieb:
>
> I'll add just one comment:
>
> I use a simple criteria: The persistence mechanism dictates what type of system
> you have, object or relational.
>
> If you use a RDBMS then you have a relational system, even if you use Smalltalk,
> Java, C++ over the top.
> If you use a pure OODBMS, then you have an OO system.
>
> No doubt there are always reasons for choosing any approach and I am not passing
> judgement. In the end the approach chosen will have advantages and
> disadvantages.
>
> Chris Trathen

 This thread is very surprising and it's always the same :-(((

 I've done projects with relational- and object-oriented databases under Smalltalk and here some points from me:

   This GUI approach will succeed with ORDBMS, but may fail with RDBMS,    but this is a problem of the programmers ... not the system.

   : I *do* think in terms of tables and how many queries I need   to get an object.
   : I *do* think of the right ballance between query approach and   navigational approach
   : I *do* think about the problem where I need object identity      or just object equality.

   On the other hand I'm able to write little script programs with    PEARL or Python once the SQL-queries are stabled !!

 This topic is so difficult: it's sad, that we're talking in such a way about this.

 Marten Received on Mon Jun 04 2001 - 13:48:52 CEST

Original text of this message