Is it calculated on the fly every time a reputation score needs to be displayed, or is every user's reputation stored as an integer in the database and updated as necessary?

share|improve this question

2 Answers

up vote 1 down vote accepted

I believe that a user has a Rep Score that is updated any time something happens which changes rep.

Your rep can be totally recalculated using a mechanism that moderators have. This will go through everything available and give you a brand spanking new (and as accurate as possible) rep score.

share|improve this answer

I believe a running total is stored. The administrators can force a rep-recalc (which wouldn't need to be done if it was always calculated on the fly)

share|improve this answer
That's already been done before. Skeet Overflow comes to mind. – R. Martinho Fernandes Jul 16 '09 at 16:51
Huh ? – Rowland Shaw Jul 16 '09 at 20:36

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged