mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
[Docs] Grammar improvements in disk-usage.asciidoc (#55620)
This commit is contained in:
parent
81dcc9aef7
commit
9b005f70ef
@ -124,7 +124,7 @@ PUT index
|
||||
[float]
|
||||
=== Watch your shard size
|
||||
|
||||
Larger shards are going to be more efficient at storing data. To increase the size of your shards, you can decrease the number of primary shards in an index by <<indices-create-index,creating indices>> with less primary shards, creating less indices (e.g. by leveraging the <<indices-rollover-index,Rollover API>>), or modifying an existing index using the <<indices-shrink-index,Shrink API>>.
|
||||
Larger shards are going to be more efficient at storing data. To increase the size of your shards, you can decrease the number of primary shards in an index by <<indices-create-index,creating indices>> with fewer primary shards, creating fewer indices (e.g. by leveraging the <<indices-rollover-index,Rollover API>>), or modifying an existing index using the <<indices-shrink-index,Shrink API>>.
|
||||
|
||||
Keep in mind that large shard sizes come with drawbacks, such as long full recovery times.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user