We need to decide how to implement the leaderboard system. Two options: - Query leaderboard results dynamically from existing tables when requested. - Maintain a dedicated table that stores leaderboard stats.
We need to decide how to implement the leaderboard system. Two options: