tglman
tglman
Hi @asadganiev, Yes we are aware of some limitations on the gremlin side and we are working as well with upstream to evolve it to be faster. SQL is a...
hi @asadganiev, Thank you we are checking that. Regards
Hi, yes as example you could have a file `requests.http.md` with a content like: (is actually hard to do markdown examples in markdown, hope is understandable) ``` # My Application...
Hi, This should be already fixed in 3.2.10, I tried to reproduced it without any success in that release, also from the description of the error, that the type of...
Hi, the API of OrientDB is supposed to work like this: ``` OrientDB db = new OrientDB("embedded:/tmp/", OrientDBConfig.defaultConfig()); db.createIfNotExists("documents1663429065341", ODatabaseType.PLOCAL); ``` this is because it allow to have a API...
Hi @timw, Your observations and fixes are spot on, this work looks amazing, there are additional refactor as well that we are slowly working on on our side to make...
Hi, just fixed this with this commit: https://github.com/orientechnologies/orientdb-gremlin/commit/4d58ce7497a9c3fe64e4355c37b4a963f88d6af2 will be release with 3.2.10 Regards
Hi, have you try the 3.2.9 version ? it may already fix this problem. Regards
Hi, you are doing two queries, one inside one outside, the outside is the one that is filtering the data and has the limit, the one inside is producing the...
Hi, A fix for this case was released in 3.2.10, anyway what was missing was the tracking of the information during the CUD (create,update,delete) operations, so existing database would display...