opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
64 stars 437 forks source link

[FEATURE] document performance tuning options #684

Open rursprung opened 2 years ago

rursprung commented 2 years ago

Is your feature request related to a problem?

an out-of-the-box setup of OpenSearch might not perform very well depending on the use-case without proper tuning.

What solution would you like?

provide some guidelines on how to tune OpenSearch for various setups:

guidelines for operations (i.e. without any changes to the actually stored data / applications interacting with OpenSearch) should include:

guidelines for developers (i.e. things which might result in changes to the indices, search queries, applications interacting with OpenSearch, etc.) should include:

What alternatives have you considered?

for now we can still just check the recommendations for Elasticsearch 🙃

Do you have any additional context?

see the documentation from Elasticsearch (it didn't cover all the points i listed here):

note: i'm not an expert in any of this, you'd probably best get some input on this from people running large-scale clusters for the different use-cases in production. i'm sure you might be able to find somebody at AWS who's doing that 😉

JeffHuss commented 1 year ago

@hdhalter I'm working on upgrade and installation docs - if this was assigned to me intentionally please ping me on Slack to help me understand the changes to priorities.

hdhalter commented 1 year ago

@JeffH-AWS - Yes, I assigned you to collaborate with Nate on it. We'll need your input on this, since you have in-depth knowledge on the topic. Priorities haven't changed. Please look at this when you can. Thanks!

hdhalter commented 7 months ago

@dblock - Do you know anyone that might be able to help collect some of this data and document it?