Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: The Theoretical Foundations of the Relational Model

Re: The Theoretical Foundations of the Relational Model

From: Jan.Hidders <hidders_at_hcoss.uia.ac.be>
Date: 25 Jun 2002 00:41:13 +0200
Message-ID: <3d17a009$1@news.uia.ac.be>


In article <3d175923.10916296_at_news.verizon.net> you write:
>On 24 Jun 2002 18:35:46 +0200, hidders_at_hcoss.uia.ac.be (Jan.Hidders)
>wrote:
>>Er, a "physical order" in a logical/conceptual data model is an oxymoron.
>>
>>Easy for the user, sure, and defining such a data model is not difficult at
>>all. But can you give me a sound and complete axiomatization for this new
>>type of logic?
>
>It has zero effect on logical operations, it has positive benefit to
>whole applications, so why not allow it?

It is not true that it has zero effect on logical operations. If the database has to maintain information about the order your updates become more expensive.

It is also not true that things always become easier for the user. He or she now has to decide which tables are ordered and which are not. If the ordering is important then you also need to introduce special update operations such as insert-at(position) and move(position, position). You will have to introduce special functions and predicates such as comes-before and is-at(position) that operate on this order. Do you really believe that this is going to make things simpeler for the user?

Received on Mon Jun 24 2002 - 17:41:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US