Update transactions must execute exclusively and it is OK for these
transactions to share two C.MDB_val object that are alive for entire
existence of the Env object.
View transactions cannot use these C.MDB_val objects because they may
execute concurrently with other View transactions or an Update
transaction.
Update transactions must execute exclusively and it is OK for these transactions to share two C.MDB_val object that are alive for entire existence of the Env object.
View transactions cannot use these C.MDB_val objects because they may execute concurrently with other View transactions or an Update transaction.