BTW I just finished an import operation, first step (only nodes, relationships are ongoing), so just to understand performance ability:
neo4j-sh (?)$ USING PERIODIC COMMIT 1000 > LOAD CSV FROM "file:///home/stesin/Documents/step1/3_generic/50_main.csv" AS row ...14 lines of query... +-------------------+ | No data returned. | +-------------------+ Nodes created: 1849312 Properties set: 13127979 Labels added: 3698624 768413 ms neo4j-sh (?)$ The machine is intel i5 desktop, Ubuntu 14.04 x64, with 16 Gb total RAM (of which 2/3 is used by circa 50 of Chrome tabs, virtualbox with m$ windows, 6 files in SublimeText, 6 terminals, ...) Neo4j is with out-of-thebox RAM config settings. A hint: about 200k of those nodes are to be labeled with multiple labels, some 1000+ combinations. For initial import, I stored them into collections inside the nodes, and later I'll launch a perl script which will take those collections and convert them into labels. WBR, Andrii -- 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.
