Re: Creating Nodes in Bulk,

2021-09-01 Thread Muhammad Shoaib
HI Josh, Hi All, Thanks for the response. Going forward with option 1, would you suggest inserting values directly into tables or constructing cypher commands. Kind regards Shoaib On Thu, Sep 2, 2021 at 12:48 PM Josh Innis wrote: > Hi all, > > Upon thinking about this more I realized there is

Re: Creating Nodes in Bulk,

2021-09-01 Thread Josh Innis
Hi all, Upon thinking about this more I realized there is an underlying issue that needs to be discussed that directly affects the approach needed on this feature. To do so: I need to talk about an early design mistake that was made on this project. Back in 2019 when this project was still called

Re: Creating Nodes in Bulk,

2021-09-01 Thread Josh Innis
Muhammed, Directly calling the functions that insert data into the vertex and edge tables might not be the best way. They are tightly integrated with the Postgres stages of execution (Parse, Transform, Optimize, and Execution). There are two options I would recommend: 1. Dynamically create ei