Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Edge collections of SmartGraphs and EnterpriseGraphs now report actual numberOfShards #1319

Merged
merged 1 commit into from
Apr 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions 3.11/release-notes-api-changes311.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ in-memory hash caches of persistent indexes in addition to edge caches:
This also applies to the `INSERT`, `UPDATE`, `REPLACE`, and `REMOVE` operations
in AQL queries, which support a `refillIndexCache` option, too.

#### Collection API

The edge collections of EnterpriseGraphs and SmartGraphs (including
Disjoint SmartGraphs and SmartGraphs using SatelliteCollections but excluding
the edge collections of the SatelliteCollections) previously reported a
value of `0` as the `numberOfShards`. They now return the actual number of
shards. This value can be higher than the configured `numberOfShards` value of
the graph due to internally used hidden collections.

### Privilege changes


Expand Down