Can you explain what your filters are doing? Can you use an index? Wes
On Mon, Dec 30, 2013 at 8:38 AM, Alex Frieden <[email protected]> wrote: > Hi y'all, > > I am trying to filter through nodes to connect to the right node. > Currently I am doing this: > > ResourceIterable<Node> runNodes = > GlobalGraphOperations.at(graphDb).getAllNodesWithLabel(Labels.Run); > > Then I filter in memory. (a for loop with a nesting of if loops) > > Server mode is embedded for loading but will be a cluster afterward > > operating system is linux red hat. > > Is there a better way (i.e. having the server do the filtering?). I > haven't changed any of my configs for the server in terms of memory use but > I thought embedded mode didn't use those config files. Thanks > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
