Quote:
	
	
		
			
				
					Originally Posted by  drjones
					 
				 
				If your host offers postgresql, instead of mysql you can use stored procedures for a lot of queries, that might save you on hits to the db. 
 
Not sure what kind of support mysql has for stored procedures these days, if any. 
 
And yea, read up on database normalization. 
			
		 | 
	
	
 Stored procedures are available as of MySQL 5.0
http://dev.mysql.com/doc/refman/5.0/...rocedures.html