![]() |
Alireza Rezaei Mahdiraji |
To sum up – if you are running long Cypher CREATE commands, be sure to break down the statements to smaller chunks wrapped inside transaction clause to be executable from neo4j-shell.
/Alireza
![]() |
Alireza Rezaei Mahdiraji |
Related Articles
Is performance better doing inserts this way , with one large insert , or if one had a program that performed individual inserts and a commit at the end.
Hi George, <br />Actually, this is not a large insert. The idea is to break it down to small pieces (say 500 lines of insert) and commit it. I did not measure it with a program based on for instance Java for line by line insert. Usually, the bulk insert should perform better. You may try and report its performance.
Hi,
the commit worked some how but when i started neo4j i just found the first 500 objects.
my file looks like you discredit above every 500 elements i commit and exit.
…;
commit
exit
begin
hello, i tried the command like :
rm -rf C:/data/Neo4j/graph.db && cat C:/data/Neo4j/create_statment.cql | C:/Program Files/Neo4j CE 3.0.4/bin/neo4j-shell -path c:/data/neo4j/graph.db
in the shell for windows, but it’s now working at all, i dont get it… Please tell me what’s wrong.
Hi Support,
For initial Neo4j data setup I have execute one file which contains set of Cypher statements, please let me know how can I execute them via Neo4j-Shell,
I will appreciate your immediate response.
I am also interested to purchase a Neo4j licence.
Thanks,
Shafeeque
since neo4j-shell is deprecated (https://neo4j.com/docs/operations-manual/current/configuration/ports) it took me a long time to realize this, it would be nice if this post was removed.
Leave a Reply