MySQL Scheduled Event

Hi All,

Does memSQL support similar feature as to MySQL Scheduled Event?

I am looking at getting memSQL to run a specific query / stored procedure periodically (i.e.: every minute) and push the data out to Kafka.

Thank you very much.

We don’t have a built-in scheduler. You can use an external scheduler like cron. An alternative way would be creating a pipeline to a stored procedure from Kafka with a specific topic (let’s call it timer) which will be triggered when you push data into the timer topic.