Enrico Risa
Enrico Risa
hi @rtfpessoa which version are you using of the OrientDB Gremlin driver?
@rtfpessoa Maybe it could be related to https://github.com/orientechnologies/orientdb-gremlin/issues/135 If you remove the index all works fine? Is your importer MultiThread?
@rtfpessoa For now the support of multiple field index is not optimal Most of the work has been done in the develop branch for this driver. Since the official support...
@rtfpessoa are you using `gremlin-scala` ?
Hi @To-om Thanks for the test cases. I've reproduces it and fixed I've integrated your tests in our test suite here https://github.com/orientechnologies/orientdb-gremlin/commit/82dd280a2c7a08e104991aeda54cf9be480eed3d#diff-1494a2e455881effe25f767e3c12679bR160 The fix will be available in the next...
Hi @To-om which error do you get on the second issue?
Hi @To-om OrientDB uses temporary rids in transactions and are resolved at commit time. That means that if you store a termporary rids in a String you will get the...
@To-om the idea is to keep all the newly created vertices edges and then after commit use the api ``` v.id() ``` to get the persisted record id
@mpollmeier i don't think that is possible with the new API. The problem is that using another convention over ODB convention will lead to incompatibility issue. I've done this test,...
Hi @MartinBrugnara do you have a complete test to reproduce this case? Thanks