I have created a cronjob in Python. The purpose is to insert data into a table from another one based on certain conditions. There is more than 65000 record to be inserted. I have executed the cronjob and has seen more than 25000 records inserted. But after that the record are getting automatically deleted from that table. Even the records that has already inserted into the table that day before executing the cronjob is getting deleted. "The current database is hosted in Xeround cloud." Is MySQL doing so, i.e some kind of rollback or something
Does anybody have any idea about this. Please give me a solution. Thanks in advance..