MySQL database table data purge/removal using MySQL Event Scheduler: 1. Deleting table data in batches/chunks 2. Logging each iteration 3. Handling & logging errors 4. Creating recurring event to cleanup/purge table data regularly
Recently, I was working on creating a utility to purge the table...