Module
Indexes and Constraints in Neo4j
Module overview
You make your queries and loading data more performant when you create indexes and Full definition for constraint (opens in a new tab)A rule the database enforces on every node or relationship with a given label or type, rejecting any write that breaks it. in the graph.
In this module, you will:
- Learn about the types of indexes and constraints available in Neo4j and why you would use them.
- Learn what Full definition for property (opens in a new tab)A named value stored on a node or a relationship. in the graph will benefit from an index or constraint.
Resources
During this course, you can refer to: