View Single Post
  #12 (permalink)  
Old 01-11-10, 17:49
Anna-J Anna-J is offline
Registered User
 
Join Date: Jan 2010
Posts: 19
Quote:
Originally Posted by r937 View Post
you honestly prefer the surrogate key of my previous post, as compared with the natural key of this post?
Doesn't a surrogate key save a lot of work for the RDBMS, in cases where updating the natural key would cause cascade updates of a lot of dependent rows? Or is this performance issue negligible in practical use, given that you rarely udate a primary key?
Reply With Quote