Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit b7edeaa

Browse files
committed
Edited 020_Distributed_Cluster/25_Scale_horizontally.asciidoc with Atlas code editor
1 parent 7e4c8f9 commit b7edeaa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
=== Scale horizontally
1+
=== Scale Horizontally
22

33
What about scaling as the demand for our application grows?((("scaling horizontally")))((("clusters", "three-node cluster")))((("primary shards", "in three-node cluster"))) If we start a
44
third node, our cluster reorganizes itself to look like
55
<<cluster-three-nodes>>.
66

77
[[cluster-three-nodes]]
8-
.A three-node cluster -- shards have been reallocated to spread the load
8+
.A three-node cluster--shards have been reallocated to spread the load
99
image::images/elas_0204.png["A three-node cluster"]
1010

1111
One shard each from `Node 1` and `Node 2` have moved to the new
12-
`Node 3` and we have two shards per node, instead of three.
12+
`Node 3`, and we have two shards per node, instead of three.
1313
This means that the hardware resources (CPU, RAM, I/O) of each node
14-
are being shared between fewer shards, allowing each shard to perform
14+
are being shared among fewer shards, allowing each shard to perform
1515
better.
1616

1717
A shard is a fully fledged search engine in its own right, and is
1818
capable of using all of the resources of a single node. With our
19-
total of 6 shards (3 primaries and 3 replicas) our index is capable
20-
of scaling out to a maximum of 6 nodes, with one shard on each node
19+
total of six shards (three primaries and three replicas), our index is capable
20+
of scaling out to a maximum of six nodes, with one shard on each node
2121
and each shard having access to 100% of its node's resources.
2222

0 commit comments

Comments
 (0)