About
autocommit mode is an application mode that performs the commit automatically.
The commit is triggered by some condition that is dependent of your application.
Most of the time, the commit is executed as soon as all operations complete.
All operations are all operations:
- in your transaction if you are using transactions
- or in your connection/session if you are not