MySQL BulkLoad (YOLO mode)
— “And now let’s quickly push 2 billion rows into this database VM.”
— "It is not ACID, so if anything goes wrong during the load, the instance is lost. That is why it is called YOLO mode.
— "This is called YOLO mode for a reason. Undo all these things after the load completes. Then check that they are undone. Only do this on scratch instances, which you can afford to lose.
— https://blog.koehntopp.info/2022/09/02/mysql-yolo-mode.html
— “And now let’s quickly push 2 billion rows into this database VM.”
— "It is not ACID, so if anything goes wrong during the load, the instance is lost. That is why it is called YOLO mode.
— "This is called YOLO mode for a reason. Undo all these things after the load completes. Then check that they are undone. Only do this on scratch instances, which you can afford to lose.
— https://blog.koehntopp.info/2022/09/02/mysql-yolo-mode.html