Skip to content

Commit

Permalink
update language around eliminating replica shards (#90369)
Browse files Browse the repository at this point in the history
Replica shards required to avoid data loss during indexing.  Therefore IMHO the language should be changed

 from 
Searchable snapshots eliminate the need for replica shards 
to
Searchable snapshots eliminate the need for replica shards after rollover from hot
  • Loading branch information
sunilemanjee committed Sep 26, 2022
1 parent 03acc68 commit 7230f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/searchable-snapshots/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ infrequently accessed and read-only data in a very cost-effective fashion. The
<<cold-tier,cold>> and <<frozen-tier,frozen>> data tiers use {search-snaps} to
reduce your storage and operating costs.

{search-snaps-cap} eliminate the need for <<scalability,replica shards>>,
potentially halving the local storage needed to search your data.
{search-snaps-cap} eliminate the need for <<scalability,replica shards>>
after rollover from hot, potentially halving the local storage needed to search your data.
{search-snaps-cap} rely on the same snapshot mechanism you already use for
backups and have minimal impact on your snapshot repository storage costs.

Expand Down

0 comments on commit 7230f85

Please sign in to comment.