Skip to content

Commit 2c02060

Browse files
committed
Clarify docs around disk capacity expectation. (#115745)
Make it explicit that es expects disks to have the same capacity across all the nodes in the same data tier. (cherry picked from commit 3ebc1f4)
1 parent 9c14fb7 commit 2c02060

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/reference/datatiers.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ TIP: The performance of an {es} node is often limited by the performance of the
3737
For example hardware profiles, refer to Elastic Cloud's {cloud}/ec-reference-hardware.html[instance configurations].
3838
Review our recommendations for optimizing your storage for <<indexing-use-faster-hardware,indexing>> and <<search-use-faster-hardware,search>>.
3939

40-
IMPORTANT: {es} generally expects nodes within a data tier to share the same
41-
hardware profile. Variations not following this recommendation should be
42-
carefully architected to avoid <<hotspotting,hot spotting>>.
40+
IMPORTANT: {es} assumes nodes within a data tier share the same hardware profile (such as CPU, RAM, disk capacity).
41+
Data tiers with unequally resourced nodes have a higher risk of <<hotspotting,hot spotting>>.
4342

4443
The way data tiers are used often depends on the data's category:
4544

0 commit comments

Comments
 (0)