Azure认知搜索中的搜索单元是什么?

发布于 2025-01-17 16:15:39 字数 220 浏览 2 评论 0原文

Azure 认知搜索中的搜索单元是什么? 需要有关内部流程搜索单元的更多详细信息。

Azure 认知搜索中多个搜索单元的优势是什么?

输入图片此处描述

What is search unit in Azure cognitive search?
Need more details about internal process Search Unit.

What is the advantage of more than one search unit in Azure cognitive search?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绾颜 2025-01-24 16:15:39

Azure认知搜索使您可以在服务中添加冗余和分区。

有了冗余,您的索引中的数据以多个副本存在。这的主要优点是失败的能力。

通过分区,数据分为碎片。这是性能的主要优点,因为请求可以通过更多的并行性进行路由和处理。

搜索单元是分区和冗余的产物,几乎需要多少个虚拟机才能获得指定的数字。

Azure Cognitive Search allows you to add redundancy and partitioning to your service.

With redundancy, the data in your index exists in multiple copies. The main advantage of that is failure tolerance.

With partitioning, the data is split into shards. The main advantage of that is performance as requests can be routed and handled with more parallelism.

Search units are the product of partitions and redundancy, pretty much how many virtual machines are needed to achieve the specified numbers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文