Jan

Results 157 comments of Jan

Ok if the RAM size is not small and there haven't been no custom startup options before, I guess the only reason that can cause the problem is the usage...

The `WITH` clause can be made mandatory even in single server, by setting the following startup option: ``` --query.require-with whether AQL queries should require the `WITH collection-name` clause even on...

> Hello @dothebart > > Unfortunately I have to reopen this ticket: same error happened with v3.12.0.2-1 (Ubuntu 22.04). > > A few days after updating v3.11.8 to v3.12.0.2-1 (appears...

I had all the GNU autotools stuff in that project but removed it because it was just adding overhead. Can't homebrew build using standalone clang++ or g++?

no worries. I will never get to use a homebrew version myself anyway.

Added a configure and a Makefile. No idea whether that works on MacOS.

configure is not present anymore, but there is still a Makefile, so feel free to add it to homebrew if you like.

We have also observed that WAL tailing using consecutive calls to `GetUpdatesSince()` with increasing sequence number offsets result in "random" latency. The latency seems to depend on how many WAL...

Not being an expert on fuerte myself, I think you can set the "database" parameter to direct the request to a specific database: https://github.com/arangodb/fuerte/blob/master/include/fuerte/message.h#L94-L96 Does that solve your problem?

I can confirm this compiles now and the previous segfault during test execution is gone. Tests however still fail in this branch and something also hang. Example test output: ```...