Dgraph's consistency model

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

1 Like

Write skews are possible in Snapshot isolation. You can read more about our transactional system in Dgraph paper: Graph Database White Paper | Dgraph

2 Likes