Module 5
Index Usage in Neo4j
Module overview
In this course you have learned how to create 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. and indexes in Neo4j. You have created them, tested that they were used, and you profiled some queries to see that the index is improving the query performance.
In this module, you will:
- Learn about controlling index usage for a query.
- Learn how you must fully understand how to best use indexes for your application.
Resources
During this course, you can refer to: