I am running a neo4j server and interacting with it using REST API.  There
is no option to do Batch Insert (I double checked latest WADL as well).

So as a work-around I'm shutting down the server then open the DB as an
Embedded DB and do the Batch Insert (from a local file) and bring up the DB
on Server mode to use REST API. Of course, I had to do so because opening
the DB as embedded from Java (while Server was online) was throwing out
error exceptions.

The goal is to use rapid insert speed of the Batch Insert as opposed to slow
remote REST. In practice it was a huge difference in speed.

Thanks
Amir
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to