unipop
unipop copied to clipboard
Bulk mutations
Solution suggestion
Optimize the Mutation steps to issue mutation UniQuery
s with a bulk of Element, enabling the Controller
s to issue bulk commands to the DB.
Questions
- Should we enable bulk mutations directly from the UniGraph? That would entail adding on Tinkerpop's current
Graph
API. - Should changes be automatically committed to the DB after every query, or should we add a
commit()
method to UniGraph/Traversal? - Maybe using BulkLoaderVertexProgram, or a similar solution, would be a better choice?