Skip to content

Commit b39ed2d

Browse files
committed
add the diagrams and some editorial updates
1 parent e3a428f commit b39ed2d

12 files changed

+207
-6
lines changed
-453 KB
Binary file not shown.

modules/ROOT/images/scalability/horizontal-scaling-strategies.svg

Lines changed: 82 additions & 0 deletions
Loading
-55.7 KB
Binary file not shown.
-53.4 KB
Binary file not shown.

modules/ROOT/images/scalability/property-shard-architecture.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/ROOT/images/scalability/property-shard-deployment.svg

Lines changed: 77 additions & 0 deletions
Loading
-205 KB
Binary file not shown.

modules/ROOT/images/scalability/sharded-architecture.svg

Lines changed: 41 additions & 0 deletions
Loading

modules/ROOT/pages/scalability/concepts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ More fault-tolerant, eliminates single points of failure. +
6060
Every update request is handled by a single cluster member, which eliminates single points of failure.
6161
Each part of the database on a single cluster member is called a *shard*.
6262

63-
image::horizontal-scaling-strategies.png[title="An example of horizontal scaling strategies.", role="middle"]
63+
image::scalability/horizontal-scaling-strategies.svg[title="Example of a sharing approach where all the servers share the storage vs a shared-nothing approach (e.g., property sharding).", role="middle"]
6464

6565
== What is graph database scalability?
6666

modules/ROOT/pages/scalability/sharded-property-databases/admin-operations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Failure to meet this requirement will make a given replica of a property shard u
130130
If a property shard replica does fall behind the transaction log range available on the graph shard, you can recover it by:
131131

132132
. Connecting to the `system` database on the server hosting the affected replica using the _bolt://_ scheme.
133-
. Quarantining the replica using xref:procedures.adoc#procedure_dbms_quarantineDatabase[`dbms.quarantineDatabase()`].
133+
//. Quarantining the replica using xref:procedures.adoc#procedure_dbms_quarantineDatabase[`dbms.quarantineDatabase()`].
134134
. Unquarantining the replica using xref:procedures.adoc#procedure_dbms_unquarantineDatabase[`dbms.unquarantineDatabase()`] with the `replaceStateReplaceStore` option.
135135
This will force the replica to copy the database store files from another replica of the property shard.
136136

0 commit comments

Comments
 (0)