Do you have any indexes or constraints set up? For instance create index on :Person(name)
This creates an index on the Person label of the name property. You NEED to do this if you haven't already. On Tue, May 13, 2014 at 10:49 AM, dani <[email protected]> wrote: > hey' > i have a db with 250,000,000 relations and 30,000.000 nodes > average time to call the find node by index and label function in the java > api > is 40 seconds > is it normal or there is something i can do to make it better? > > -- > 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. > -- Alexander Frieden -- 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.
