Jan

Results 157 comments of Jan

@KevinLvLight : yes, cursor timeouts are renewed upon each request to the cursor. This is the case since several versions of ArangoDB already. If you still think there is a...

@vmtkac-coe : I was wondering at first if the REMOVEs could be slowed down by other secondary indexes on the collection, but that wouldn't explain why lookups are slow as...

> We are using the highest IOPS disk available on IBM Cloud it is 10 IOPS block storage on SSD. 10 IOPS only? I guess this is a pretty low...

Reproduced it. Looks like a UI issue to me, but I need to do some investigation into the HTTP requests first.

It looks like the whole AQL query result handling in the web UI code (which runs inside the browser) cannot deal properly with concurrently running queries. For example, `self.tmpQueryResult` will...

@ozguncagri : it is still an issue in the built-in web UI of ArangoDB, which IMO should be addressed. It should not be confused by running multiple queries concurrently.

@mingodad : thanks for the addition. I noticed that when copy & pasting the generated ENBF from ParserTL playground by clicking into the window part with the generated ENBF, pressing...

Thanks, I tried it and it works fine! :+1:

This is due to the RocksDB block cache not being able to store a larger document. Can you try starting with the option `--rocksdb.enforce-block-cache-size-limit false` or with an increase size...

I think setting the `--rocksdb.enforce-block-cache-size-limit false` option should b eenough. It is strange that the startup fails with the default options and that plenty amount of RAM. Did you have...