Skip to content

Commit

Permalink
Add detail to searchable snapshot limits section (#6828)
Browse files Browse the repository at this point in the history
* Add detail to searchable snapshot limits section

Signed-off-by: Andrew Ross <[email protected]>

* Update _tuning-your-cluster/availability-and-recovery/snapshots/searchable_snapshot.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Andrew Ross <[email protected]>

* Reword ratio sentence

Signed-off-by: Andrew Ross <[email protected]>

---------

Signed-off-by: Andrew Ross <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
  • Loading branch information
andrross and kolchfa-aws authored Apr 2, 2024
1 parent 9f35e93 commit 114142f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@ The following are known limitations of the searchable snapshots feature:
- Accessing data from a remote repository is slower than local disk reads, so higher latencies on search queries are expected.
- Many remote object stores charge on a per-request basis for retrieval, so users should closely monitor any costs incurred.
- Searching remote data can impact the performance of other queries running on the same node. We recommend that users provision dedicated nodes with the `search` role for performance-critical applications.
- For better search performance, consider [force merging]({{site.url}}{{site.baseurl}}/api-reference/index-apis/force-merge/) indexes into a smaller number of segments before taking a snapshot. For the best performance, at the cost of using compute resources prior to snapshotting, force merge your index into one segment.
- We recommend configuring a maximum ratio of remote data to local disk cache size using the `cluster.filecache.remote_data_ratio` setting. A ratio of 5 is a good starting point for most workloads to ensure good query performance. If the ratio is too large, then there may not be sufficient disk space to handle the search workload. See issue [#11676](https://github.com/opensearch-project/OpenSearch/issues/11676) for a known bug related to this scenario.

0 comments on commit 114142f

Please sign in to comment.