I create a cache table to cache the data using frequently.I want to refresh the table at a certain time of a day.What is the most effecient way?
How to use trigger in mysql?
thx.
I dont fully understand it. You want to Refresh the table. Why?
Mysql Doesnt Need Refreshing.
I just want to update the data so that you need not fetch data from several large tables and just fetch them from the cache table.