Faster to get one row from DB or count number of rows
- by gX
Hi,
I was wondering if its faster to retrieve the "count" of the number of rows or to retrieve just 1 row using limit. The purpose being to see whether theres any row when given certain Where conditions.