Opensearch high CPU Utilitization

0

I am new with Opensearch service and we're having high CPU Utilization more than 80% as the maximum. I am thinking if we need to add more nodes or upgrade to higher instance types. Thank you for who can answer my question.

已提问 2 年前1431 查看次数
2 回答
3

Opensearch can be scaled both vertically as well as horizontally. It is hard to make recommendations without getting data around your configuration, the data, the usage pattern and looking at performance test results.

Our documentation does have good recommendations around how to size your OpenSearch cluster - https://docs.aws.amazon.com/opensearch-service/latest/developerguide/sizing-domains.html

There is also a Premium Support article and video - https://aws.amazon.com/premiumsupport/knowledge-center/opensearch-scale-up/

profile pictureAWS
专家
已回答 2 年前
0

One issue might be that you have too many shards per OpenSearch node. It is recommended to have 1.5vCPUs per shard.

As I don't have additional information about your cluster configuration, data size, and index settings, you can check out my latest article on best practices for configuring an OpenSearch cluster for 1 Billion documents: https://dev.to/viktorardelean/unleashing-opensearch-best-practices-for-1-billion-documents-on-aws-2gi9.

profile picture
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则