Importing Relationships into a Running Graph Database Using Parallel Processing

Abstract: – Importing relationships into a running graph database using multiple threads running concurrently is a difficult task, as multiple threads cannot write information to the same node at the same time. Here we present an algorithm in which relationships are sorted into bins, then imported such that no two threads ever access the same node concurrently. When this algorithm was implemented as a procedure to run on the Neo4j graph database, it reduced the time to import relationships by up to 69% when 32 threads were used.

https://arxiv.org/ftp/arxiv/papers/2005/2005.04093.pdf