mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
[DOCS] Force Merge: clarify execution and storage requirements (#33882)
This commit is contained in:
parent
4bda9bdab0
commit
183c32d4c3
@ -55,7 +55,11 @@ POST /kimchy/_forcemerge?only_expunge_deletes=false&max_num_segments=100&flush=t
|
||||
=== Multi Index
|
||||
|
||||
The force merge API can be applied to more than one index with a single call, or
|
||||
even on `_all` the indices.
|
||||
even on `_all` the indices. Multi index operations are executed one shard at a
|
||||
time per node. Force merge makes the storage for the shard being merged
|
||||
temporarily increase, up to double its size in case `max_num_segments` is set
|
||||
to `1`, as all segments need to be rewritten into a new one.
|
||||
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user