854
So far I am the lowest out of all of you!
I play FFR the least which means I am the coolest. Respect, biatch.
So far I am the lowest out of all of you!
I play FFR the least which means I am the coolest. Respect, biatch.
Now remember that anytime I have to fetch data from the database this takes up CPU time and hard drive time. To check your rank on each song I would have to look at the table for that song, find your name, calculate rank and then move onto the next song and do the same until we reach the end (lets say 80 songs).. So what this means is 80 queries that we must execute on the database compared to about 3-4 that are normally executed when you start FFR.

Now remember that anytime I have to fetch data from the database this takes up CPU time and hard drive time. To check your rank on each song I would have to look at the table for that song, find your name, calculate rank and then move onto the next song and do the same until we reach the end (lets say 80 songs).. So what this means is 80 queries that we must execute on the database compared to about 3-4 that are normally executed when you start FFR.
Comment