View Single Post
Old April 30th, 2005, 11:58 AM   #8 (permalink)
Brian
Guest
 
Posts: n/a
Re: username in lots of tables

As ConqSoft said, it's to cut down on the number of joins and strain on the server. Which is more expensive, extra server space, or a better server? Even on my personal site with over 10,000 images the adv_gallery_images table only takes up 1.4mb.
Where are you seeing a useraname column that's defined as a text column? I just looked through the database structure and I'm not seeing one...
  Reply With Quote