Date
1 - 4 of 4
How can i keep the vertex which i want to add is unique?
huu...@...
Hi, all: How can i keep the vertex which i want to add is unique? get and add? whether have any other methods to add unique vertex ?
|
|
Jason Plurad <plu...@...>
Check out the documentation for creating a unique composite index. Here's an example Gremlin Console session which creates a unique composite index on name. When you attempt to set a non-unique name, it will throw a SchemaViolationException.
-- Jason
On Wednesday, June 21, 2017 at 4:34:22 AM UTC-4, huupon wrote:
|
|
huu...@...
Thank you Jason, and we have many of duplicated vertex, How can I do with janusgraph more effectively? We query a vertex and judge the existence then decide what next to do, that's very low effective especially when we need to import amount of vertex and edge. 在 2017年6月23日星期五 UTC+8上午11:47:34,Jason Plurad写道:
|
|
tinajo...@...
Please help me on this.... I have same issue.
First I created a index with unique constraint after that I want to remove that unique constraint and do reindex on that. So please tell me the solution. thanks in advance.
|
|