View Single Post
  #3 (permalink)  
Old 08-10-10, 15:39
Pukisoft Pukisoft is offline
Registered User
 
Join Date: Jul 2008
Posts: 7
I believe You're doing good. You should de-normalize only when you want to avoid an insane ammount of joins which could be slowing down the database server, or are too much of a burden to code, and even then you should be careful with that practice.
Reply With Quote