Predicate performance question

By default Dgraph is a DB that follows a single direction o->o . Reverse edges are only used in specific cases. Using reverse edges as a major part of your Schema’s modeling logic is not recommended. You must use Reverse in specific cases.

About performance, they are similar. There are no benchmarks in this regard. But fundamentally they are similar. Reverse edges are a type of indexing.

1 Like