Re: OT: OpenDatabase Model ? - Mailing list pgsql-sql

From Andrew Sullivan
Subject Re: OT: OpenDatabase Model ?
Date
Msg-id 20060817102600.GA27495@phlogiston.dyndns.org
Whole thread Raw
In response to Re: OT: OpenDatabase Model ?  ("Jesper K. Pedersen" <jkp@solnet.homeip.net>)
List pgsql-sql
On Wed, Aug 16, 2006 at 10:03:38PM +0200, Jesper K. Pedersen wrote:
> The opendatabase model actually offered a standard set of table 
> definitions covering a wide range of data storage.
> 
> Of course this means that the tables would often have stuff you dont 
> need, and may not have the things you need, but at least there is a 
> common "thread" in how you different databases look. For the big company 

Ick.  I confess my reaction is mostly aesthetic, but still.  Why
don't coding practices and column naming conventions get you this? 
That way, you can make your physical data model resemble your logical
data model, rather than pounding with a big hammer on your logical
model to make the physical storage you have fit?

The database is not a filesystem.  If you just need a filesystem and
a SQL-like interface to it, use MySQL 3.x.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
The plural of anecdote is not data.    --Roger Brinner


pgsql-sql by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Help with optional parameters
Next
From: MaXX
Date:
Subject: Re: Help with optional parameters