Server Plugins : Note that the results of traversals or execution of graph Need to exhausted

12 views
Skip to first unread message

Amit Aggarwal

unread,
Apr 22, 2014, 2:29:23 PM4/22/14
to ne...@googlegroups.com
Hello,

I wrote a plugin which is used by webserver to query neo4j . Function that get executed has lots of traversal as well as cypher execution. 
When webserver starts working , heap memory keeps on increasing and increasing. So while reading on net I came through these lines for server plugin :

Note that the results of traversals or execution of graph algorithms should be exhausted inside the transaction before returning the result.

What does it mean ??


Thanks
Amit Aggarwal

Michael Hunger

unread,
Apr 22, 2014, 3:53:46 PM4/22/14
to ne...@googlegroups.com
Please don't start multiple threads.

Traversals don't have to be exhausted (i.e. iterated over all results)
Cypher Results should and can be closed though to release resources.


--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages