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

Commit 5689af4

Browse files
nerpaulamchackiansoboleva
authored
DOC-176/add EnterpriseGraphs to Release Notes 3.10 (#1098)
* added EnterpriseGraphs to Release Notes 3.10 * Update 3.10/release-notes-new-features310.md Co-authored-by: Michael Hackstein <michael@arangodb.com> * adjusted header level Co-authored-by: Michael Hackstein <michael@arangodb.com> Co-authored-by: ansoboleva <93702078+ansoboleva@users.noreply.github.com>
1 parent e0015a1 commit 5689af4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

3.10/release-notes-new-features310.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,22 @@ created in a cluster.
544544

545545
This feature is only available in the Enterprise Edition.
546546

547+
### EnterpriseGraphs (Enterprise Edition)
548+
549+
The 3.10 version of ArangoDB introduces a specialized version of SmartGraphs,
550+
called EnterpriseGraphs.
551+
552+
EnterpriseGraphs come with a concept of automated sharding key selection,
553+
meaning that the sharding key is randomly selected while ensuring that all
554+
their adjacent edges are co-located
555+
on the same servers, whenever possible. This approach provides significant
556+
advantages as it minimizes the impact of having suboptimal sharding keys
557+
defined when creating the graph.
558+
559+
See the [EnterpriseGraphs](graphs-enterprise-graphs.html) chapter for more details.
560+
561+
This feature is only available in the Enterprise Edition.
562+
547563
### (Disjoint) Hybrid SmartGraphs renaming
548564

549565
(Disjoint) Hybrid SmartGraphs were renamed to

0 commit comments

Comments
 (0)