random1 Posted June 2, 2010 Share Posted June 2, 2010 I'm starting to learn about MySQL Events. What some good examples of SQL statements that should be run as events? Say every 15 mins? Are events mainly used for maintenance actions? Such as updating and deleting? Quote Link to comment https://forums.phpfreaks.com/topic/203622-mysql-events/ Share on other sites More sharing options...
Mchl Posted June 2, 2010 Share Posted June 2, 2010 Pretty much. There's no point in them running selects. Probably most obvious use is to update table caching data that do not change often, but is requested frequently. Quote Link to comment https://forums.phpfreaks.com/topic/203622-mysql-events/#findComment-1066588 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.