1. My working environment is neo4j enterprise 2.1.4 on Oracle Java 7 (linux)
2. What I want is cache all node at first and speed up cypher query later,
(warm up is neo4j word from
http://stackoverflow.com/questions/20632421/can-neo4j-community-edition-start-in-warm-up)
3. My step
First I use cypher “match (n)-[r]->() return n,r” to warm up and I
confirm all node and relations in cache.
Second I test my query twice.I think if the cache is working, the
result is almost same. But it’s very different.Otherwise if I don’t warm up
neo4j, the result is worse.
I don’t have any ideas and documents that I can drive into neo4j cache
about warm up. Could you give e some suggestion or tips on this case?
--
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.