dbTalk Databases Forums  

Principle of Orthogonal Design

comp.databases.theory comp.databases.theory


Discuss Principle of Orthogonal Design in the comp.databases.theory forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JOG
 
Posts: n/a

Default Principle of Orthogonal Design - 01-08-2008 , 07:51 PM






I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.



Reply With Quote
  #2  
Old   
DM Unseen
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 06:49 AM






On 9 jan, 02:51, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
My understanding is that the debate centers around typing.

Date advocates strong typing: ie X is of type "shop number" and A is a
"roll number", both represent different aspects of the UOD so they
have a different type (I disregard subtyping here for simplicity),
*even if* the actual underlying representations (e.g. natural numbers)
would be the same. Having different types, means the type engine can
distinguish them.

DM Unseen


Reply With Quote
  #3  
Old   
DM Unseen
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 06:49 AM



On 9 jan, 02:51, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
My understanding is that the debate centers around typing.

Date advocates strong typing: ie X is of type "shop number" and A is a
"roll number", both represent different aspects of the UOD so they
have a different type (I disregard subtyping here for simplicity),
*even if* the actual underlying representations (e.g. natural numbers)
would be the same. Having different types, means the type engine can
distinguish them.

DM Unseen


Reply With Quote
  #4  
Old   
DM Unseen
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 06:49 AM



On 9 jan, 02:51, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
My understanding is that the debate centers around typing.

Date advocates strong typing: ie X is of type "shop number" and A is a
"roll number", both represent different aspects of the UOD so they
have a different type (I disregard subtyping here for simplicity),
*even if* the actual underlying representations (e.g. natural numbers)
would be the same. Having different types, means the type engine can
distinguish them.

DM Unseen


Reply With Quote
  #5  
Old   
DM Unseen
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 06:49 AM



On 9 jan, 02:51, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
My understanding is that the debate centers around typing.

Date advocates strong typing: ie X is of type "shop number" and A is a
"roll number", both represent different aspects of the UOD so they
have a different type (I disregard subtyping here for simplicity),
*even if* the actual underlying representations (e.g. natural numbers)
would be the same. Having different types, means the type engine can
distinguish them.

DM Unseen


Reply With Quote
  #6  
Old   
DM Unseen
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 06:49 AM



On 9 jan, 02:51, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
My understanding is that the debate centers around typing.

Date advocates strong typing: ie X is of type "shop number" and A is a
"roll number", both represent different aspects of the UOD so they
have a different type (I disregard subtyping here for simplicity),
*even if* the actual underlying representations (e.g. natural numbers)
would be the same. Having different types, means the type engine can
distinguish them.

DM Unseen


Reply With Quote
  #7  
Old   
DM Unseen
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 06:49 AM



On 9 jan, 02:51, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
My understanding is that the debate centers around typing.

Date advocates strong typing: ie X is of type "shop number" and A is a
"roll number", both represent different aspects of the UOD so they
have a different type (I disregard subtyping here for simplicity),
*even if* the actual underlying representations (e.g. natural numbers)
would be the same. Having different types, means the type engine can
distinguish them.

DM Unseen


Reply With Quote
  #8  
Old   
DM Unseen
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 06:49 AM



On 9 jan, 02:51, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
My understanding is that the debate centers around typing.

Date advocates strong typing: ie X is of type "shop number" and A is a
"roll number", both represent different aspects of the UOD so they
have a different type (I disregard subtyping here for simplicity),
*even if* the actual underlying representations (e.g. natural numbers)
would be the same. Having different types, means the type engine can
distinguish them.

DM Unseen


Reply With Quote
  #9  
Old   
DM Unseen
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 06:49 AM



On 9 jan, 02:51, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
My understanding is that the debate centers around typing.

Date advocates strong typing: ie X is of type "shop number" and A is a
"roll number", both represent different aspects of the UOD so they
have a different type (I disregard subtyping here for simplicity),
*even if* the actual underlying representations (e.g. natural numbers)
would be the same. Having different types, means the type engine can
distinguish them.

DM Unseen


Reply With Quote
  #10  
Old   
TroyK
 
Posts: n/a

Default Re: Principle of Orthogonal Design - 01-09-2008 , 02:37 PM



On Jan 8, 6:51*pm, JOG <j... (AT) cs (DOT) nott.ac.uk> wrote:
Quote:
I was wondering what your current stances towards the principle of
current design is cdt - info about the POOD is actually pretty sparse
on google, which has not helped my own understanding. I gather that
Date has realigned his opinion - although what to I know not - and
that Darwen rejected the original POOD paper outright given that
McGovern posits that:

R1 { X INTEGER, Y INTEGER }
R2 { A INTEGER, B INTEGER }

violates the principle, whatever the relations' attribute names.
Instinctively it does seem rather odd that a predicates such as:

* on Day:X the shop had noCustomers:Y
* on Roll:A, the dice showed the Number:B

cannot share the same database. Have I interpreted the debate
correctly? Any insights or corrections are, as ever, appreciated -
POOD is certainly thought provoking, and the concept that an update
need not require specifcation of a table name is an interesting one.
I'm sure you've run across this exchange (since it seems to be the
source of the example cited), but: http://www.dbdebunk.com/page/page/3010532..htm

From Pascal, addressing McGovern: "It is quite possible that the
difference between you and CJD stems from the difference between his
header/body view of a relation, which you (and recently me) do not
espouse, and therefore differing definitions of a tuple."

Regarding the example you gave above, it seems the disagreement may be
stemming, as you indicate, from a confusion over whether the types for
the relations' attributes are declared from a syntactic domain or from
a semantic domain. The example looks, to me, like the former. I would
expect if it were the latter, domain names would more closely reflect
that.

TroyK


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.