Tagged Questions

7
votes
2answers
649 views

Django: How to create a leaderboard

Lets say I have around 1,000,000 users. I want to find out what position any given user is in, and which users are around him. A user can get a new achievement at any time, and if he could see his ...
0
votes
1answer
204 views

How to implement Foursquare's “Mayor” feature - find the user with the highest score in the last N days?

In Foursquare, the user who has the highest score for a place in the last N days is awarded the Mayorship of that place. What is the most efficient way to implement that? A user could have checked ...