Who use that
#5

As far as I'm concerned it's shit. It "dumbs down" the interaction with the MySQL server a lot. Which may or may not be a good thing depening how you look at it. But it has such a high overhead. Lots of string concatenating (slow), non-threaded queries (slow), excessive queries (inefficient), etc. One of these scripts legit uses num_rows to get a simple count. That may seem logical, but it is very inefficient and it proves that the creator himself knows very little about it; the aggregate COUNT() function is much more efficient in that instance.
Reply


Messages In This Thread
Who use that - by HoussemGaming - 25.06.2017, 17:02
Re: Who use that - by coool - 25.06.2017, 17:10
Re: Who use that - by Astralis - 25.06.2017, 17:15
Re: Who use that - by DRIFT_HUNTER - 25.06.2017, 17:29
Re: Who use that - by Vince - 25.06.2017, 17:57
Re: Who use that - by Hansrutger - 25.06.2017, 18:19
Re: Who use that - by Abagail - 25.06.2017, 18:36
Re: Who use that - by Mauzen - 25.06.2017, 19:00
Re: Who use that - by Hansrutger - 25.06.2017, 19:03
Re: Who use that - by Vince - 25.06.2017, 19:31
Re: Who use that - by GoldenLion - 25.06.2017, 21:05
Re: Who use that - by DavidGravelli - 25.06.2017, 21:15
Re: Who use that - by ValueA - 28.06.2017, 21:38

Forum Jump:


Users browsing this thread: 1 Guest(s)