Is there a performance difference between using a predicate in one direction or in the reversed one ?
Example:
A rel B
vs
B ~rel A
More generally, when we design a schema we have to choose in which direction we set a relation (A rel B) or (B rel A).
Is there a best practice for choosing one rather another ?