Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
上载内容时Azure搜索性能_Azure_Azure Cognitive Search - Fatal编程技术网

上载内容时Azure搜索性能

上载内容时Azure搜索性能,azure,azure-cognitive-search,Azure,Azure Cognitive Search,最近我在查询Azure搜索服务索引时遇到了一些性能问题。我想知道会发生什么。我看到了以下文章: 它说: 将内容上载到Azure Search将影响Azure Search服务的总体性能和延迟。如果您希望在用户执行搜索时发送数据,那么在测试中考虑此工作负载是很重要的 我想澄清一些事情。例如,如果我的搜索服务帐户上有两个索引,比如:index-a,index-b 如果我将内容上载到index-a,将影响index-b的整体性能和延迟?如果两个索引都在同一个服务中,则是的,一个索引的性能将受另一个索

最近我在查询Azure搜索服务索引时遇到了一些性能问题。我想知道会发生什么。我看到了以下文章:

它说:

将内容上载到Azure Search将影响Azure Search服务的总体性能和延迟。如果您希望在用户执行搜索时发送数据,那么在测试中考虑此工作负载是很重要的

我想澄清一些事情。例如,如果我的搜索服务帐户上有两个索引,比如:index-a,index-b


如果我将内容上载到index-a,将影响index-b的整体性能和延迟?

如果两个索引都在同一个服务中,则是的,一个索引的性能将受另一个索引的影响。受影响的程度取决于服务层和您索引的信息量。

您是否可以编辑您的问题并包括搜索服务帐户的定价层?