上传内容时的 Azure 搜索性能
Azure Search performance while uploading content
最近我在查询 Azure 搜索服务索引时遇到了一些性能问题。我想弄清楚会发生什么。我看到了以下文章:
Azure Search performance and optimization considerations
它说:
Uploading of content to Azure Search will impact the overall performance and latency of the Azure Search service. If you expect to send data while users are performing searches, it is important to take this workload into account in your tests.
我想澄清一件事。例如,如果我的搜索服务帐户上有两个索引,假设:index-a,index-b。
如果我将内容上传到 index-a,它会影响 index-b 的整体性能和延迟吗?
如果两个索引都在同一个服务中,那么是的,一个索引的性能会受到另一个索引的影响。受影响的程度取决于服务层级和您索引的信息量。
最近我在查询 Azure 搜索服务索引时遇到了一些性能问题。我想弄清楚会发生什么。我看到了以下文章:
Azure Search performance and optimization considerations
它说:
Uploading of content to Azure Search will impact the overall performance and latency of the Azure Search service. If you expect to send data while users are performing searches, it is important to take this workload into account in your tests.
我想澄清一件事。例如,如果我的搜索服务帐户上有两个索引,假设:index-a,index-b。
如果我将内容上传到 index-a,它会影响 index-b 的整体性能和延迟吗?
如果两个索引都在同一个服务中,那么是的,一个索引的性能会受到另一个索引的影响。受影响的程度取决于服务层级和您索引的信息量。