hi
can I disable undo buffer for DELETE query?
I don't see a point for rollbacking delete query when it fails, I want to delete the data even if the query fails halfway
I accidentally run delete query for millions of rows. I wanted to delete the data but in safer way.
At some point rollback occured and it effectively killed whole cluster.
Is there a way to prevend this?
Can mysql auto commit delete query in smaller chunks instead of one huhe?
thanks
can I disable undo buffer for DELETE query?
I don't see a point for rollbacking delete query when it fails, I want to delete the data even if the query fails halfway
I accidentally run delete query for millions of rows. I wanted to delete the data but in safer way.
At some point rollback occured and it effectively killed whole cluster.
Is there a way to prevend this?
Can mysql auto commit delete query in smaller chunks instead of one huhe?
thanks