注: この問題は、同じシナリオを提示する一連の問題の一部です。一連の問題にはそれぞれ、定められた目標を満たす可能性のある独自の解答が含まれています。問題セットによっては、複数の正解が存在する場合もあれば、正解がない場合もあります。 このセクションの質問に回答した後は、その質問に戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。 Azure AI Search サービスがあります。 過去 12 か月間、クエリ量は着実に増加しました。 Azure AI Search サービスへの一部の検索クエリ要求が調整されていることがわかりました。 検索クエリ要求が調整される可能性を減らす必要があります。 解決策: より高いレベルを使用する Azure AI Search サービスに移行します。 これは目標を満たしていますか?
正解:A
A simple fix to most throttling issues is to throw more resources at the search service (typically replicas for query-based throttling, or partitions for indexing-based throttling). However, increasing replicas or partitions adds cost, which is why it is important to know the reason why throttling is occurring at all. Reference: https://docs.microsoft.com/en-us/azure/search/search-performance-analysis