Forum Moderators: coopster
Is it worth upgrading to mysql 4.0 for beiing able to use mysql_calc_found_rows in stead of querying 2 times? Which one would be faster?
I've read that mysql_calc_found_rows is not (always?) faster then count(row).
Any info about the speed appriciated.
Thanks.