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

Commit 617f54d

Browse files
authored
Edge collections of SmartGraphs and EnterpriseGraphs now report actual numberOfShards (#1319)
1 parent fe1a772 commit 617f54d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

3.11/release-notes-api-changes311.md

+9
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ in-memory hash caches of persistent indexes in addition to edge caches:
4848
This also applies to the `INSERT`, `UPDATE`, `REPLACE`, and `REMOVE` operations
4949
in AQL queries, which support a `refillIndexCache` option, too.
5050

51+
#### Collection API
52+
53+
The edge collections of EnterpriseGraphs and SmartGraphs (including
54+
Disjoint SmartGraphs and SmartGraphs using SatelliteCollections but excluding
55+
the edge collections of the SatelliteCollections) previously reported a
56+
value of `0` as the `numberOfShards`. They now return the actual number of
57+
shards. This value can be higher than the configured `numberOfShards` value of
58+
the graph due to internally used hidden collections.
59+
5160
### Privilege changes
5261

5362

0 commit comments

Comments
 (0)