Module 3
Query Performance
In this module, you will learn how to optimize your Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. queries for better performance including:
- Understanding the Cypher query lifecycle
- Using the PROFILE and EXPLAIN commands
- Query good practices
- Investigate common performance issues and resolutions
If you are ready, let's get going!