Namespace priority

Namespace priority determines how the identity optimization algorithm removes links.

Namespaces in Identity Service have an implicit relative order of importance. Consider a graph structured like a pyramid. There is one node on the top layer, two nodes on the middle layer, and four nodes on the bottom layer. Namespace priority must reflect this relative order to ensure that a person entity is accurately represented.

For an in-depth look at namespace priority and its complete functionalities and uses, read the namespace priority guide.

graph layers and namespace priority

Process

Upon ingesting new identities, Identity Service checks if the new identities and their corresponding namespaces adheres to unique namespace configurations. If the configurations are followed, then ingestion proceeds and the new identities are linked to the the graph. However, if configurations are not followed, then the identity optimization algorithm will:

  • Ingest the most recent event, while taking namespace priority into account.
  • Remove the link that would merge two person entities from the appropriate graph layer.

Identity optimization algorithm details

When the unique namespace constraint is violated, the identity optimization algorithm will “re-play” the links and rebuild the graph from scratch.

  • Links are sorted by the following order:

    • Latest event.
    • Timestamp by sum of namespace priority (lower sum = higher order).
  • The graph would re-establish based on the above order. If adding the link violates the limit constraint (e.g. the graph contains two or more identities with a unique namespace), then the links is removed.

  • The resulting graph will then be compliant with the unique namespace constraint that you configured.

A diagram that visualizes identity optimization algorithm.