Perhaps you should try Linux instead of Windows, usually it's much faster. And I'm not sure why batch-import is not an option for you.
the shell won't be faster than the java api you'd do it with a file containing the cypher statements separated with semicolons (wrapped in a large enough block of "begin" .... "commit" commands) and call > bin\Neo4jShell.bat -file import.cypher Am 03.09.2014 um 20:00 schrieb 'Curtis Mosters' via Neo4j <[email protected]>: > I want to load data into Neo4j with the Neo4j-Shell. > > Batch-Import is no way for my task. Java API too slow. So I now finally want > to use Shell Cypher to at least get the data in the database. > > So I created a new Batch file with > > @echo off > echo. > echo. > echo Now your Neo4j database will be imported. > pause > echo. > echo. > call bin\Neo4jShell.bat start > echo Setting up Label and Index... > pause > > But the Shell is now open. How can I set a huge query with let's say just > hitting Enter and Enter... > > I'm not so experienced with Windows batching. Hopefully you can help me out. > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
