cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

mike5
Node
since ‎05-09-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Using Enterprise version 4.2.5, I am trying to do batch operations (for example creating Nodes) in a performant way. I understand that passing in lists of parameters and using UNWIND is a good practice, so I attempted the following: UNWIND $batch as ...