Transaction isolation #58
Replies: 1 comment
-
Here is the documentation for transaction which will answer most of your questions - https://nitrite.dizitart.com/java-sdk/transaction/index.html Current isolation level of Nitrite is - Read Committed. Any committed data from other transactions can be read from current transaction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What level of transaction isolation does Nitrite provide? I mean what happens, if I read some data in a transaction, and meanwhile another parallel transaction (in another thread) updates (and commits) some data?
Beta Was this translation helpful? Give feedback.
All reactions