Skip to content

Commit

Permalink
Docs typo fix (#105835) (#106002)
Browse files Browse the repository at this point in the history
Co-authored-by: MikhailBerezhanov <35196259+MikhailBerezhanov@users.noreply.github.com>
  • Loading branch information
joegallo and MikhailBerezhanov committed Mar 6, 2024
1 parent d9d291b commit 3816840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/data-streams/lifecycle/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ each data stream and performs the following steps:
automatically tail merges the index. Data stream lifecycle executes a merge operation that only targets
the long tail of small segments instead of the whole shard. As the segments are organised
into tiers of exponential sizes, merging the long tail of small segments is only a
fraction of the cost of force mergeing to a single segment. The small segments would usually
hold the most recent data so tail mergeing will focus the merging resources on the higher-value
fraction of the cost of force merging to a single segment. The small segments would usually
hold the most recent data so tail merging will focus the merging resources on the higher-value
data that is most likely to keep being queried.
4. If <<data-streams-put-lifecycle-downsampling-example, downsampling>> is configured it will execute
all the configured downsampling rounds.
Expand Down

0 comments on commit 3816840

Please sign in to comment.