Perhaps you forgot to create an index or unique constraint for that label and property ? try:
create index on :Label(property); Am 13.05.2014 um 16:58 schrieb dani <[email protected]>: > fnding node by label using the java api takes about 40 seconds > on 20,000,000 nodes and 300,000,000 relations db > is it normal? what can i do 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. > <Undirected ST-Connectivity natali.pptx> -- 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.
