Add Multiple addV() by one Iterate
Hello guys, I have crazy question which needs some experts to help me. I am using C# to add many nodes (20k)
I am adding them to the Aws Neptune. but if I do them one by one it's going to take very long time. therefore I need to have like bulk addV() codes. here is my code but it is not working as I want.
I am adding them to the Aws Neptune. but if I do them one by one it's going to take very long time. therefore I need to have like bulk addV() codes. here is my code but it is not working as I want.
- Some concerns here: what is the maximum Iterate() requests?
- Can I add the 20k node by one go or I need to devided them in smaller packets?
- Is there any better way to Bulk add/update the graph?
