in sql there's query insert ignore
keeps duplicate entries out of database based on primary key. there way achieve functionality in orientdb since primary key concept here kind of achieved using @rid
concept?
i think can use unique index on class, can avoid duplicate entries.
Comments
Post a Comment