Reducing Memory

Module Overview

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 CALL to perform a subquery.

  • Using UNION to combine the results of multiple queries.

Chatbot

Hi, I am an Educational Learning Assistant for Intelligent Network Exploration. You can call me E.L.A.I.N.E.

How can I help you today?