You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be useful to have a flag to set the default auto commit mode to commit instead of abort.
I could see this being done in several places, such as BeginTxn(), LMDB::Env->new, or as a property on $DB.
This saves the overhead of having to set the autocommit mode every time a new transaction is created, which in our case happens billions of times per database.
The text was updated successfully, but these errors were encountered:
Would be useful to have a flag to set the default auto commit mode to commit instead of abort.
I could see this being done in several places, such as BeginTxn(), LMDB::Env->new, or as a property on $DB.
This saves the overhead of having to set the autocommit mode every time a new transaction is created, which in our case happens billions of times per database.
The text was updated successfully, but these errors were encountered: