Hi. From reading the documentation I believe Dgraph’s consistency model is Snapshot Isolation. Normally, this consistency model allows for write skews to happen. After reading some more on Dgraph, it seems to me that write skews are not possible. Is that true and, if so, how did you manage to do it?
Thanks