About Default Transaction Behavior

NuoDB default transaction behavior is as follows:

  • Autocommit behavior is enabled. This means that NuoDB starts a transaction to execute each statement. After running a statement, NuoDB commits the transaction.

  • The default transaction isolation level is CONSISTENT READ. A transaction sees a snapshot of the database as it was when that transaction started plus any changes made in that transaction.