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.

ElPsyKongroo
Node
since ‎11-30-2022
‎01-10-2023

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I'm inserting some data into the DB using parallel request, using Python and joblib. The querys are pretty simple, I have an ID for a parent node, and a list of IDs for the child nodes. The query matches the parent node and using UNWIND goes t...