I want to create function to update count for page views I use ado.net i build update method to update count by 1 every page load and lookup by id
Problem : We have large visitors it can reach to 3k online user per second and execute it by ajax call Its make database high performance and table locked and site run out memory Is there are any solution for it ?