Jan
Jan
### Scope & Purpose remove artificial limit of 8 for the number of ClusterComm IO threads - [ ] :hankey: Bugfix - [x] :pizza: New feature - [ ] :fire:...
### Scope & Purpose This PR adds assertions and a few `if` statements to detected / avoid potential division by zero errors. Its main purpose is to trap such potential...
### Scope & Purpose Fix logical error in test assertion. This fixes spurious ``` [FAILED] fuerte "test" failed: exit code of 'Mon May 13 2024 08:23:29 GMT+0000 (GMT) executeAndWait: cmd...
A recent commit (ddc5c64ba4b2c5a68a2a92fbfc2d0ac87bc3bf81) added an empty file `abc.cc`, but it looks like this file was unintentionally added. At least the change that introduced the file does not use the...
### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/21119 optional HTTPS certificate verification in requests module * Added `verifyCertificates` attribute option for the `requests` JavaScript module. This option defaults to false, so...
### Scope & Purpose Revive https://github.com/arangodb/arangodb/pull/4718. * Added array and object destructuring to AQL LET statements. * Array Destructuring: Array destructuring is the assignment of array values into one or...
### Scope & Purpose Micro optimizations for some AQL components. Potentially worthless (has to be proven by tests). - [ ] :hankey: Bugfix - [ ] :pizza: New feature -...
### Scope & Purpose Experimental query plan caching. * ArangoDB now has an optional AQL query execution plan cache that can be used to skip query planning and optimization when...
### Scope & Purpose Enterprise companion PR: https://github.com/arangodb/enterprise/pull/1501 Upgrade bundled version of RocksDB to latest stable version (currently 9.5), based on integrated upstream changes in https://github.com/arangodb/rocksdb/tree/rocksdb-latest. That branch contains the...
### Scope & Purpose Enterprise companion PR: https://github.com/arangodb/enterprise/pull/1288 Highly experimental: enable RocksDB SstFileWriter for index creation. Using the SstFileWrite to create index entries for an existing collection has several benefits...