Harshil Goel
Harshil Goel
@siliunobi Thanks a lot for this detailed explanation of how the transaction violation could occur. I went through your code, and it seems like whenever you are doing one transaction,...
We don't have that feature planned, as we store the keys in sorted fashion.
We provide only SSI: Serializable Snapshot Isolation. Did you turn managed mode off? By default, we don't do that. Only in managed mode we provide this SSI.
Can you try it once after turning managed mode off?
What is the problem in the scenario you mentioned?
You have added a GraphQL schema. That's where we support @id feature. However the mutation you are doing is using DQL. It's a different language that we support to query...