Cost of Single Primary Key VS Multiple Primary Key
Posted by: Paul Y
Date: October 11, 2007 02:28PM

Hi everyone,

Could someone advise me on difference between the cost of using a single primary key and multiple primary key? Especially on their effect on joins?

For example, with the following table

---+-----+-------+-----
ID | Name| Class | Test
---+-----+-------+-----

is it more cost effective to use a single unique primary key (ID) or use a multiple primary key pair (Name + Class + Test)

Thank you for your help!

Options: ReplyQuote


Subject
Written By
Posted
Cost of Single Primary Key VS Multiple Primary Key
October 11, 2007 02:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.