I have a large Database, in which updation/insertion will happen every time. I need to create a site which will show the live count of data based on the DB. For that I am calling the DB every time to get the live count but its not good every time sending DB request. Is there any better way to point out this? I am using mysql database.
Thanks.