Decide what to be and go be it.

Essay / August 7, 2022

Is COUNT(*) slow in MySQL?

The most efficient way to count rows in your database might be hiding in plain sight, and missing it could cost you performance. Discover why using `COUNT(*)` is your best bet for speed and efficiency in MySQL queries.