The current implementation inserts each vertex and edge one at a time along with their properties. Based on Neptune best practices [1], each Gremlin traversal for inserts/upserts should apply 50-100 objects (an object being a unique vertex, unique edge, and any vertex/edge property) using a single Gremlin traversal.
The current implementation inserts each vertex and edge one at a time along with their properties. Based on Neptune best practices [1], each Gremlin traversal for inserts/upserts should apply 50-100 objects (an object being a unique vertex, unique edge, and any vertex/edge property) using a single Gremlin traversal.
[1] https://github.com/aws-samples/aws-dbs-refarch-graph/tree/master/src/writing-from-amazon-kinesis-data-streams