4.1 · Lesson

Why refactor?

In this lesson, you will learn about the importance of graph 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. and when it's necessary to improve performance and maintainability.

Graph refactoring is the process of restructuring your Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain. without changing its core functionality or business logic.