Results 279 comments of tglman

Hi, I'm not expert of docker but probably a solution is just use a [tmpfs](https://docs.docker.com/engine/admin/volumes/tmpfs/) mounted on /tmp folder. bye

Hi, yes it is, we found the root cause of the problem, for better search of usable indexes we do flatten conditions for example if you have: `a=1 and (b=2...

Hi, A work around you could try is to split the query in a query and a subquery, so this will reduce the amount of conditions for each query and...

Hi, Could you try this with the latest release ? also i see from the error that the version you are using ins 3.0.x, make sure that both client and...

Hi, This should be fixed in 3.2.10. Regards

Hi, for the JDBC module, it takes a lot of time because we build the jdbc-all jar, that include all the dependencies, and yes also the server, witch I'm not...

Hi, There have been fixes around indexes (so CellBTreeSingleValueV3.java) some released some not yet released, that may solve as well this problem, it would be useful have an example database...

Hi, I tried the database I reproduced the problem, but the issue seems related to index persistence, some persistent data structures go in a reference loop, and I cannot reproduce...

Hi, This issue seems to be a bug in the index implementation fixes have been done in it recently, the most recent is included in 3.2.9 release, from that release...

Hi, yes this check is still active in all the version of OrientDB, if you try to open a database that need to run a recover from WAL procedure, it...