-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index not updated? #136
Comments
hi @rtfpessoa how can i reproduce it? |
We are inserting a large quantity of data with the same structure as before, one class with two fields and then the two are used in the index. (in the future it can have more fields)
then we do this query before inserting a value in the db:
If we do not get the value we create the vertex. |
hi @rtfpessoa which version are you using of the OrientDB Gremlin driver? |
I think the latest version for orientdb 2 stable which is Is there any more recent version? |
Maybe it could be related to #135 If you remove the index all works fine? Is your importer MultiThread? |
Maybe is related to 135. My importer is single threaded at the moment. Do you have any suggestions of more stable ways to interact with OrientDB from Java/Scala? |
For now the support of multiple field index is not optimal If you can provide some script to reproduce we can work on a fix in master branch Otherwise you can use the Official JAVA APIs for OrientDB 2.2.x |
are you using |
I am currently using gremlin-scala |
We just experienced a weird case where we are using an
UNIQUE
index with two properties and sometimes the query returns empty but if we remove the index the query returns the value. Seems like the index is not being updated correctly? Any ideas?The text was updated successfully, but these errors were encountered: