This table - Friend contain 99999 records.
This table - totalFriend, store the total
number of friend , i.e 99999
I run 2 SQL scripts to get the total record
with php.
1) Select Count(*) from Friend.
2) Select * from totalFriend.
both also return 99999, but which one run more faster ?