Re: Dreaming About Redesigning SQL - Mailing list pgsql-hackers

From Lee Fesperman
Subject Re: Dreaming About Redesigning SQL
Date
Msg-id 3F7F8E1A.474@ix.netcom.com
Whole thread Raw
In response to Re: Dreaming About Redesigning SQL  (Christopher Browne <cbbrowne@acm.org>)
List pgsql-hackers
Seun Osewa wrote:
> 
> Sometimes I wonder why its so important to model data in the "rela-
> tional way", to think of data in form of sets of tuples rather than
> tables or lists or whatever.  I mean, though its elegant and based
> on mathematical principles I would like to know why its the _right_
> model to follow in designing a DBMS (or database).  The way my mind
> sees it, should we not rather be interested in what works?

Relational is the _right_ model because 'it works'. It's the only truly comprehensive 
data model and subject of decades of research. All other data models have been found to 
be flawed and (nearly) discarded.

If you don't care for mathematical principles, there's always ad-hoc database models. 
Check out Pick, OO and XML databases. They're interested in what works and ignore 
elegance and mathematical principles.

-- 
Lee Fesperman, FirstSQL, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS  (http://www.firstsql.com)


pgsql-hackers by date:

Previous
From: Hans-Jürgen Schönig
Date:
Subject: Re: 2-phase commit
Next
From: Adam Witney
Date:
Subject: Re: Beta4 Tag'd and Bundled ...