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 | [EMAIL PROTECTED] The plural of anecdote is not data. --Roger Brinner ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly