Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs 菜单
Docs 主页
/ /

如何为向量搜索建立索引字段

大量索引会在基础集群上产生大量负载,并可能扰乱您的工作负载。单个集群上的搜索索引硬性限制为 2,500。但是,集群可以支持的索引数量取决于集群层和工作负载。由于索引少得多,M10 等较小的集群层可能会出现性能下降或内存不足错误。从少量索引开始,并在扩展时监控集群的资源使用情况。

您需要 Project Search Index Editor 或更高角色才能查看MongoDB Vector Search 索引。

编辑索引后, MongoDB Vector Search 会重建索引。重建索引时,您可以使用旧索引定义继续运行MongoDB Vector Search 查询。当索引完成重建后,旧索引将被自动替换。此进程类似于MongoDB Search 索引。要学习;了解更多信息,请参阅创建和更新MongoDB搜索索引。

您必须具有 Project Search Index Editor 或更高角色才能删除MongoDB Vector Search索引。

后退

手动

获得技能徽章

免费掌握“向量搜索基础知识”!

了解详情

在此页面上