Hello Michael,

I have now started with Java embedded tests. I started with the Java 
example class EmbeddedNeo4j from here 
http://neo4j.com/docs/stable/tutorials-java-embedded-hello-world.html.
I am able to execute the same Cipher queries as from the command line.

What I'am astonished is that repeated queries from the command line needs 
1,8 secs while execution from the Java program need 6-7 seconds. What the 
Java program does is
- starting up DB
- executing query and output result to console
- shutting down DB

For measuring time I compare System.current() millis before and after the 
execution step (excluded startup+shutdown).

Do you prefer continuing this discussion here or by mail, because the 
discussion becomes off-topic?

Best regards

Michael

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to