Suppose we have 2 columns of thousands of records and we need to count them and then show the total to the user, the question is should I recount them every time I visit the page or should I make a special table that has the already counted number of all the records and that with a button it refreshes?
Thank you.