Re: object oriented vs relational DB

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: object oriented vs relational DB
Дата
Msg-id 200210171842.51559.dev@archonet.com
обсуждение исходный текст
Ответ на Re: object oriented vs relational DB  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
On Thursday 17 Oct 2002 4:03 pm, Josh Berkus wrote:
> Charles,
>
> > as far as I aware, constantly evolving schema is not one of
> > relational databases
> > strengths."
>
> All of the above issues are easily solvable by  a SQL expert.  "You
> show me somebody preaching about the 'limitations' of relational
> databases, and I'll show you somebody with a poor knowledge of the SQL
> standard, or who is using an inferior SQL RDBMS."

A "constantly evolving schema" is a limitation of an RDBMS to be fair. What
seems to be missed by people who have problems with this is that a constantly
evolving schema is a sign of design problems too. The schema is supposed to
represent the *meaning* of your data - if the schema is evolving your
analysis was incorrect at the start.

How would you feel about a library with "constantly evolving categories" for
filing its books?

Anyway Charles, I agree with Josh's comments and just thought I'd point you at
the following site that has plenty of discussion on relational vs object -
oriented database systems.

http://www.dbdebunk.com/

--  Richard Huxton


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: object oriented vs relational DB
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: Messy Casts, Is there a better way?