OpenSearch Serverless - Search OCUs are too high

0

What metrics are used to trigger scaling more OCUs for the search capacity?

I'm currently testing the OpenSearch Serverless with a single timeseries collection with a total size of 70GiB, and mainly using it for ingesting logs. I do make some search queries but those are negligible. I don't understand why it is scaling the same amount of OCUs (7) for indexing as for searching.

Indexing Capacity

Ingestion and Search

질문됨 일 년 전614회 조회
2개 답변
0

Hi, this page details the algorithms to scale OCUs up & down. It also details how to limit them if you wish:

https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-scaling.html

When you create your first collection, OpenSearch Serverless instantiates a total of four OCUs 
(two for indexing and two for search). These OCUs always exist, even when there's no indexing 
or search activity. All subsequent collections can share these OCUs (except for collections with 
unique AWS KMS keys, which instantiate their own set of four OCUs). If needed, OpenSearch 
Serverless automatically scales out and adds additional OCUs as your indexing and search 
usage grows. When traffic on your collection endpoint decreases, capacity scales back down 
to the minimum number of OCUs required for your data size. At most, it will scale down to 
2 OCUs for indexing and 2 OCUs for search.
profile pictureAWS
전문가
답변함 일 년 전
0

Yeah, that's the thing. I'm not using search and the search OCUs do not scale down. Don´t understand why they are that high in the first place.

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠