Thanks for the info.
So, let’s say our code is not buggy and we need to make those mutations concurrently. Does it mean our only way to scale to support that is to use larger instances sizes with more RAM because we actually “need” it ?
FYI: we are querying and mutating Dgraph through the GraphQL layer, so we have no real control over the underlying Dgraph transactions afaik hence my question.