Hi
I have tried the two methods to batch create nodes with labels an non of them work fast enough..
startBatch() works fast but cannot create nodes with labels.
beginTransaction() works slow but with option to add labels. (3.5 seconds to create 100 nodes with labels)
Any solution for that?