Update relationship.md

This commit is contained in:
Mars Lan 2020-08-18 05:13:01 -07:00 committed by GitHub
parent 8dcbb73273
commit 7f3a686b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,3 +100,7 @@ That being said, generally theres a more "natural way" to specify the directi
Since all relationships are explicitly declared, its 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). Its 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.