Enrico Risa
Enrico Risa
Hi @rtfpessoa should be related in composite indexing usage. Let me check
Hi @rtfpessoa how did you create the class?
Hi @rtfpessoa that's because the hash index cannot be used in order to do lookup with partial key. If you want to use partial key you should use `UNIQUE` or...
hi @rtfpessoa do you get the same exception with `UNIQUE`? I don't think you can remove the Optimization Step per query but let me check
Hi @mlemesle yes we can definitely, it was the first implementation on the `sync` connection that relies on `native-lts` I can work on this in case since i would also...
Hi @sergioRedondoGlobant thanks for this issue, yes if you have time PRs are welcome :)
@dependabot rebase
Hi @misu200 how are you executing this traversa? ``` g.V().hasLabel("Firma").as("a"). V().hasLabel("Adresa").as("b"). where("a", eq("b")).by("adresa"). addE("Location").from("a").to("b") ``` with the gremlin-console through the embedded gremlin-server? Thanks
Hi @misu200 yes the index is used in first traversal index. I think mid-traversal is not supported yet. Let me check for the logs that could be a bug Thanks
hi @rtfpessoa how can i reproduce it?