Is It Necessary To Specify the Number of Shards When Creating an Index in an OpenSearch Serverless Collection?

0

Is it necessary, or even permitted, to specify the number of shards when creating an index in an OpenSearch Serverless Collection? The documentation says that index and shard lifecycle is managed by Amazon, but it's not clear if this extends to deciding how many shards there should be.

1 回答
1
已接受的回答

Index and shard management is taken care by serverless, you don't need to worry about specifying the shards/replica for an index. Even if you have those settings in your index template or index creation step, it would be ignored.

AWS
已回答 1 年前

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

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

回答问题的准则

相关内容