Changing graph.set-vertex-id Property After Migration #4844
Unanswered
nikhilbonte21
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Scenario
graph.set-vertex-id=false(default), using JanusGraph-generated vertex IDsgraph.set-vertex-id=trueto preserve source vertex IDs during migrationProblem
graph.set-vertex-idis aGLOBAL_OFFLINEproperty, it cannot be modified at runtimegraph.set-vertex-id=trueReference
Found in documentation that
graph.set-vertex-idcan be modified using Gremlin console for existing graphs:Custom Vertex IDs Documentation
Questions
Is it possible to change
graph.set-vertex-idtofalseon the target graph after migration?If changing the property is possible, what are the risks of ID collisions?
Any guidance or best practices would be appreciated.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions