I'm using python bulbs
with Rexster
and OrientDB
.
Is there a way to bulk/batch update/insert multiple vertices or edges at the same time?
I'm using python bulbs
with Rexster
and OrientDB
.
Is there a way to bulk/batch update/insert multiple vertices or edges at the same time?
For batch operations, it's usually best to use the Gremlin REPL.
See Marko's blog post on building a A Graph-Based Movie Recommender Engine for examples of how do use the Gremlin REPL for batch loading (note it uses Gremlin 1.x code so you'll need to adapt it for Gremlin 2.x).
Here's Gremlin 2.x code for batch loading from the Gremlin REPL: