Jan
Jan
fixes several issues in bestline: * maskmode didn't really work with characters that would need more than 1 display unit (width > 1). * the display width of several characters...
### Scope & Purpose Allow limiting async prefetching * Allow limiting the amount of async prefetching operations for AQL queries. Since version 3.12, AQL queries can make use of async...
### Scope & Purpose Remove special handling for macOS in codebase - [ ] :hankey: Bugfix - [ ] :pizza: New feature - [ ] :fire: Performance improvement - [x]...
### Scope & Purpose https://arangodb.atlassian.net/browse/BTS-1775 This PR adds a test that reproduces the issue reported in BTS-1775. It does not yet fix the bug. - [ ] :hankey: Bugfix -...
### Scope & Purpose Custom responses for requests to GET /robots.txt * FRB-252: Added startup option `--server.robots-file` to allow responding to requests to /robots.txt with a custom response. If the...
### Scope & Purpose * Introduce alternative syntax for AQL array iteration using FOR loop: * `FOR [value] IN expression`: identical to `FOR value IN expression`, but more clearly indicates...
### Scope & Purpose See PR description. `rocksdb::ReadOptions::adaptive_readahead` defaults to `false`. Simply make use of it to see if this improves read performance for iterations. It is still unclear if...
### Scope & Purpose Experimental backtrace API for the threads in an arangod process. By sending the arangod process a SIGUSR1 signal, it will make all its threads log a...
### Scope & Purpose EF-71: make maximum cache value size configurable * Added startup option `--cache.max-cache-value-size` to limit the maximum size of individual values stored in the in-memory cache used...
### Scope & Purpose WIP: potential bugfix for error cases for connection issues and during socket shutdown - [x] :hankey: Bugfix - [ ] :pizza: New feature - [ ]...