Thanks!
Does dgraph.type have performance superiority over ordinary index?
func: type(Person)
vs
func: eq(MyType, "Person")
which one is faster?
Thanks!
Does dgraph.type have performance superiority over ordinary index?
func: type(Person)
vs
func: eq(MyType, "Person")
which one is faster?