Re: [orientdb] Re: Edge created with duplicate even though index is unique. happens on every 2nd attempt.

2014-02-17 Thread Andrey Lomakin
Hi, Only in case if you will have unique index, it is done btw there is example of such index usage https://github.com/orientechnologies/orientdb/blob/develop/graphdb/src/test/java/com/orientechnologies/orient/graph/blueprints/EdgeIndexingTest.java On Sun, Feb 16, 2014 at 5:39 PM, Giraldo

Re: [orientdb] Re: Edge created with duplicate even though index is unique. happens on every 2nd attempt.

2014-02-16 Thread Giraldo Rosales
Once this item is closed, duplicate edges will not be able to be created, correct? So if I run the following, twice: CREATE EDGE isFollowing FROM #9:5 TO #9:4 It should only create one edge and not two of the same? On Wednesday, January 15, 2014 10:15:51 AM UTC-5, Andrey Lomakin wrote: