java - Neo4j 2.1.x ExecutionEngine number of instances -


what best practice instances of executionengine? remember coming across post on neo4j newsgroup saying 1 instance should shared across app examples can find show suggest otherwise. overall best practice? matter?

exactly one.

otherwise duplicate or loose caches keeps compiled query plans.

you should create somewhere statically graphdatabaseservice, or server extension have injected via @context cypherexecutor.

since neo4j 2.2. don't need anymore, can run cypher queries directly via gdb.execute()


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -