Perhaps you can share more info about your data model and your code. Also if that's the first access of the data or subsequent, and setup of your machine: disk, RAM etc.
Michael > Am 28.05.2015 um 15:15 schrieb dav prz <[email protected]>: > > Im doing a: > > node.getRelationships(direction, myRelType) > > however this seems to be taking a long time. I have given enough memory > mapped space to hold all my graph in memory. > > - So I wonder how is the layout of the data? > - for solving that query does neo4j has to loop over all the relationships on > the given direction while filtering those rels with the given type? No relationships are grouped already by type and direction, it can only be that your disk is slow or your config is suboptimal. Are you using the latest version? > > Thanks in advance > > > -- > 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 [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
