Hello,

I started adding "fake" bulk operations to neography (
https://github.com/maxdemarzi/neography ) but ran into issues when
trying to create or get more than 100 nodes at a time.

ubuntu ~/forks/neography: bundle exec rspec spec/integration/rest_bulk_spec.rb
No Extensions Found: /home/max/.neography
.      user     system      total        real
create 100 nodes            3.411000   0.000000   3.411000 (  3.411000)
create 100 nodes threaded   1.909000   0.000000   1.909000 (  1.909000)
create 200 nodes threaded^C
Exiting... Interrupt again to exit immediately.

It just hangs when I try 200 and eventually I get a "execution
expired" error.  150 fails, 125 fails, 110 sometimes worked, 100
ALWAYS worked (threaded and non-threaded).

Did you guys see any issues like this with your test harness against
the Rest API?
Anybody using another Rest client having these issues?

Thanks,
Max
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to