Reputation: 23
I have the table(named users_events) consists of below columns
We have 14 million records in the table. When I try below query it's taking more than 30 seconds
select count(*) from users_events
please help me out to how to reduce query time..
Upvotes: 1
Views: 556