Quote:
Originally Posted by insane-topics
The big issue over quarys is due to multiple hacking.
Say you have 10 hacks on showthread, and all the hacks add 1 quary, then you risk slowing down your server. So when a quary can be removed, and data retrieved with out the quary then it is the best option.
It is not that 1 quary is bad, it is that they add up, and due to that everyone trys not to have any.
|
Nor does many queries mean higher load. 2 small queries could cause less load than one large one.
Again, it depends on how the SQL is written, and more importantly how the database itself is layed out plus many of factors.
It's all trail and error