Module
Refactoring the Graph
In this module, you will learn how to refactor your Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain. to improve query performance and better represent your domain. 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. is an essential skill as your understanding of the domain evolves and new requirements emerge.
You will learn about:
- Why we refactor a graph data model and graph to optimize for specific use cases.
- Adding Full definition for label (opens in a new tab)A tag on a node that groups it with other nodes of the same kind. A node can carry more than one. to the data model to improve query performance and expressiveness.
- Best practices for evolving your model over time.