arangodb
arangodb copied to clipboard
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScri...
### Scope & Purpose This PR disallows index creation for single server or for cluster when the instance is coordinator. Indexes cannot be created covering fields that have preceding or...
### Scope & Purpose This adds support for building on Mac M1 machines. It should conclude similar work done in #15020. These changes should also support cross-compiling for ARM. For...
### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/16764 Since ArangoDB 3.8 there was a loophole for creating duplicate keys in the same collection. The requirements were: - cluster deployment - needs...
### Scope & Purpose Since ArangoDB 3.8 there was a loophole for creating duplicate keys in the same collection. The requirements were: - cluster deployment - needs at least two...
### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/16764 Since ArangoDB 3.8 there was a loophole for creating duplicate keys in the same collection. The requirements were: - cluster deployment - needs...
### Scope & Purpose Backport of https://github.com/arangodb/arangodb/pull/16764 Since ArangoDB 3.8 there was a loophole for creating duplicate keys in the same collection. The requirements were: - cluster deployment - needs...
### Scope & Purpose When using: - `SHORTEST_PATH` - `K_SHORTEST_PATHS` - `K_PATHS` - `ALL_SHORTEST_PATHS` and warnings are being generated during AQL Query execution, the warnings all reported with shortest path...
### Scope & Purpose attempt to fix an unstable test in a multi-coordinator setup. - [x] :hankey: Bugfix - [ ] :pizza: New feature - [ ] :fire: Performance improvement...
### Scope & Purpose There currently is a problem with soft shutdowns and pregel hanging. This mostly manifests on Windows and is not (easily) reproducible. This PR adds log outputs...
- Make inspector able to read and write VPackBuilder to ease the use of Inspectors for nested data structures - Use message structs for StartGss, GssFinished and CleanupFinished messages -...