How can I cache counters for views.
I have about 1000 pageviews per second and there are about 10 counters that are updated each time. Now the problem is that it is resulting in about 10000 updates/inserts per second and I was wondering if there was way I could cache the counter and then do the update in bulk to speed up the dataabse.
How to cache counters to speed up the database inserts?
Thanks
1 Answer