Closed cyrusstoller closed 11 years ago
Should probably make it so that there is a separate cache model for each condition. So average_rating and num_ratings for condition = 0 and then one for condition = 1
average_rating
num_ratings
condition = 0
condition = 1
That way those averages don't need to always be computed on the fly.
Should probably make it so that there is a separate cache model for each condition. So
average_rating
andnum_ratings
forcondition = 0
and then one forcondition = 1
That way those averages don't need to always be computed on the fly.