MR diff migration: perform I/O outside of database transaction
Performing this I/O inside the transaction holds it open for longer than necessary, which can lead to database connection saturation (since a connection with an open transaction cannot be shared).
Showing
Please register or sign in to comment