On my social networking site users can rate profiles, I use the ajax rating script from
http://www.masugadesign.com/the-lab/scripts/unobtrusive-ajax-star-rating-bar/
I have modified it to work on users profile so every user has 1 and it list who rated the profile in 1 column in mysql using explode and implode.
This is unfortunate because I canot show users who rated them, well I can with explode but I cannot show what that person rated them.
But overall for performance would listing all id's that rated in a single row seperated by , 1,2,3,4 be faster or slowere then making a new table for everytime a user rates another user which would make hundreds of thousands of rows?
thanks for advice