Jan
Jan
### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/16746 Fix an invalid attribute access in query optimization. Without the fix, an input query such as ``` LET data = { "a": [...
### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/16746 Fix an invalid attribute access in query optimization. Without the fix, an input query such as ``` LET data = { "a": [...
### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/16510 Experimental changes for RocksDB throttle: * fix races between RocksDB and our throttle modifying the write rate * remove DelayToken from our throttle...
### Scope & Purpose PR for some traversal optimizations. The PR includes the following changes regarding traversal filter conditions: **Less post-filtering for vertex or edge filters** Vertex or edge filters...
I have added support for specifying numberOfShards and shardKeys when creating a collection. I have also implemented the Collection.Properties() method to retrieve collection properties from an existing collection. Additionally I...
The repository https://github.com/miloyip/nativejson-benchmark contains a benchmark suite for various C/C++-based JSON parsers and generators. It would be nice to get VelocyPack into that list so its performance can be compared...
Data types that have no equivalent in JSON should be convertible to JSON using a configurable mechanism. The obvious conversions mechanisms that we should provide by default are: - conversion...
BCD type support is not yet implemented in VelocyPack. The BCD types should be supported by the Builder, Slice and Dumper classes.
https://arangodb.atlassian.net/browse/DE-104
The arangodb starter seems to set the `--server.statistics false` parameter for agents, which disables all statistics. The original motivation for this was to turn off a background thread in the...