MySQL Forums
Forum List  »  Performance

Re: Utilize maximum system resources for better performance
Posted by: Rick James
Date: August 10, 2015 11:00AM

Each connection has its own transactions, whether initiated by BEGIN or by autocommit=0.

I prefer BEGIN only because it seem more explicit, and I am less likely to forgot to finish with a COMMIT.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Utilize maximum system resources for better performance
1117
August 10, 2015 11:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.