GraphScope
GraphScope copied to clipboard
Unified the global id for vertices/edges in GAIA engine with different storage
- Now, the edge id may be equal to the vertex in the result of gremlin query, which may cause some problems for graph visualization.
- It would be better if the default ids of vertices/edges are unique, and the user can specify the global ID through a column.
