liu-chao-simon
Results
2
comments of
liu-chao-simon
I am also confused about this behavior, i try to use customized vertex id, but i found that i can only use id with value times by 8 (like 256,...
Thanks for your answer, actually I have tried as your suggestion, for example a execution like `g.addV(“A”).property(id,graph.getIDManager().toVertexId(1) )` will add a vertex with Id 256 actually, but I want to...