mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
parent
42035a5df3
commit
8ab0c1b4a0
@ -62,7 +62,7 @@ gets indexed and when it becomes visible, increasing the
|
||||
|
||||
If you have a large amount of data that you want to load all at once into
|
||||
Elasticsearch, it may be beneficial to set `index.number_of_replicas` to `0` in
|
||||
order to speep up indexing. Having no replicas means that losing a single node
|
||||
order to speed up indexing. Having no replicas means that losing a single node
|
||||
may incur data loss, so it is important that the data lives elsewhere so that
|
||||
this initial load can be retried in case of an issue. Once the initial load is
|
||||
finished, you can set `index.number_of_replicas` back to its original value.
|
||||
|
Loading…
x
Reference in New Issue
Block a user