Module 6

Eliminating Duplicate Data

In this module, you will learn how to identify and eliminate duplicate data in your graph model. By converting repeated Full definition for property (opens in a new tab)A named value stored on a node or a relationship. values into dedicated Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties., you can improve query performance, reduce storage overhead, and make your model more maintainable.

You will learn about:

  • Creating nodes from properties where property values are duplicated in the graph.
  • Eliminating complex data in nodes that is expensive to query and maintain.
  • Full definition for refactoring (opens in a new tab)Changing the structure of a graph without changing what it represents, usually to make queries simpler, faster or more logical. techniques to normalize your graph data effectively.
Ready, let's go!