3 ms·
I see and is there only 1 layer of relations? Or does it accumulate the relations like A relates to B, so also add in B's relations
by ex-aws-dude 18d ago
I see and is there only 1 layer of relations?
Or does it accumulate the relations like A relates to B, so also add in B's relations
- TomatoCo 16d agoWell, I'm under the impression that the relations are recursive but you skip computing them recursively by caching B's relations. However if you look at your sibling comments you'll see that I may not have the right grasp on the matter.