Updating Janusgraph existing index constraint #1512
Unanswered
shubhamparikh927
asked this question in
Q&A
Replies: 0 comments
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.
-
I have created a composite index with unique constraint into janusgraph. After that I have loaded millions of records, butdue to some technical problems I have to remove the unique constraint of the index. Is it possible ?
byCodeIndex = mgmt.buildIndex(PropertyConfig.INDEX_CODE_VERTEX_CODE, Vertex.class).addKey(propertyKeyCode).unique().buildCompositeIndex();
I dont want to create new index, just want to update the index by removing its unique constraints.
Beta Was this translation helpful? Give feedback.
All reactions