Select count(*) taking too long
Hi,
A Select count(*) is taking 1 minute with 23 seconds.
The amount of rows is 48,344,497
The table is heavily used with insertions.
I told my user that this time is normal because the count needs exclusive access but I am not sure.
What do you think?
Is there a way to make this query faster?
Thanks for your comments