Forum Moderators: open
Flickr use interestingness to rate images.
It could be used to rate pretty much anything.
What I am after is suggestions on how to impliment interestingness on the database side.
Do you just add it as a row to an item table or should it be seperated into its own table tables?
How would you go about organising those tables?
Thanks.
As for database design I think it could be done with just one extra column for each row called interestingness
I dont think so, the value changes over time and is relative to all data collected, so it has to be calculated for any specific interval of time, and requires analyssi of all the data.