标签: gremlin janusgraph
https://docs.janusgraph.org/latest/tx.html#_transactional_scope
在Janusgraph文档中,它提到在更新边后需要刷新。下降边缘时该怎么办?
g.V(outVertex).outE("a -> b").as(label).inV().is(inVertex).select(label).drop().iterate() graph.tx.commit()