If I want to do a check a name, I want to see how many rows/name exists in the \"username\" column under users table. Lets say thousands ... hundred of thousands, should I u
Count(*) would be faster as MySQL engine is free to choose index to count.