mirror of https://gitee.com/bigwinds/arangodb
Fix typo in DataModels doc (#8694)
This commit is contained in:
parent
340e3c79b0
commit
ea27515595
|
@ -68,7 +68,7 @@ necessary between nodes, and performance suffers. To achieve good
|
||||||
performance at scale, it is therefore necessary to get the
|
performance at scale, it is therefore necessary to get the
|
||||||
distribution of the graph data across the shards in the cluster
|
distribution of the graph data across the shards in the cluster
|
||||||
right. Most of the time, the application developers and users of
|
right. Most of the time, the application developers and users of
|
||||||
ArangoDB know best, how their graphs ara structured. Therefore,
|
ArangoDB know best, how their graphs are structured. Therefore,
|
||||||
ArangoDB allows users to specify, according to which attributes
|
ArangoDB allows users to specify, according to which attributes
|
||||||
the graph data is sharded. A useful first step is usually to make
|
the graph data is sharded. A useful first step is usually to make
|
||||||
sure that the edges originating at a vertex reside on the same
|
sure that the edges originating at a vertex reside on the same
|
||||||
|
|
Loading…
Reference in New Issue