comments (single view)

the calculation to sort users by followers is very heavy.. if i added more it would cause strain on my servers which wouldn't be very cool. (also its 15, not 10, because 15 is divisible by 3)

why does it have to be divisible by 3

also what is heavy about SELECT * FROM Users ORDER Followers LIMIT 15;

well it's a grid of 3 users, and the heavy part is its not stored like that. also sorting is hard

View all comments