From 7f3a686b1a0e9116c593f8411ae9fbd0c04cbda2 Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Tue, 18 Aug 2020 05:13:01 -0700 Subject: [PATCH] Update relationship.md --- docs/what/relationship.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/what/relationship.md b/docs/what/relationship.md index 4709ac78fe..8ee0bd88a8 100644 --- a/docs/what/relationship.md +++ b/docs/what/relationship.md @@ -100,3 +100,7 @@ That being said, generally there’s a more "natural way" to specify the directi Since all relationships are explicitly declared, it’s fairly easy for a user to discover what relationships are available and their directionality by inspecting the [relationships directory](../../metadata-models/src/main/pegasus/com/linkedin/metadata/relationship). It’s also possible to provide a UI for the catalog of entities and relationships for analysts who are interested in building complex graph queries to gain insights into the metadata. + +## High Cardinality Relationships + +See [this doc](../advanced/high-cardinality.md) for suggestions on how to best model relationships with high cardinality.