18.10.2014, 06:21
You see, I was making a /stats command. In this command, the player would be able to see the houses that he bought. Now, would it be better looping through thousands of houses just to find his house, or fetching the house data from a table right there?
I'm basically weighing down the different scenarios to (possibly) avoid the worst execution time in the command.
I'm basically weighing down the different scenarios to (possibly) avoid the worst execution time in the command.