If I were to count let's say, maybe millions of rows how would you do it?
Let's say i have 10 million rows and 1 million of them is the country "Germany"
And i would run a query "Count(*) as count group by country = Germany"
Would that be bad or can the server handle it?
Thanks!