Module
Reducing Memory
In Cypher, a query represents a single transaction against the graph. Large queries will use more memory and you may need to reduce the amount of memory required for a query. Cypher statement tuning is beyond the scope of this course, but in this lesson, you will learn some techniques for keeping queries smaller. Limiting results and filtering your queries are the easiet ways to reduce memory requirements that you have already learned about.
In this module, you will learn how to reduce memory by:
- Using
CALLto perform a subquery. - Using
UNIONto combine the results of multiple queries.
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register