When g.addV(), there are no way to specify the id. The id is auto-generated. Is it possible to specify the id directly? We have UUID for all entities. Avoiding another redirection will save the extra index on UUID.
When g.addV(), there are no way to specify the id. The id is auto-generated.
Is it possible to specify the id directly? We have UUID for all entities. Avoiding another redirection will save the extra index on UUID.