neo4j is very slow with only one node -


i download neo4j-community-2.1.4 binary versions, , extract , start neo4j bin/neo4j start. keep default settings.

however, it's slow when insert 1 node, , when query too. way insert , query visiting web console(http://10.1.2.3:7474/browser). , it's slow using neo4jphp client.

performance metrics:

  1. neo4j browser( match (n) return n limit 100 ): returned 1 row in 30022 ms
  2. neo4jphp api(match (n:' . $label . ') '. $where . ' return n, id(n), labels(n);): total processing time: 21,036 ms; peak memory: 5.1 mb.

i try again using curl, , query normal. curl -h accept:application/json -h content-type:application/json -v http://localhost:7474/db/data/node/0 it's normal using http://10.1.2.3:7474/webadmin/#/console/shell


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -