Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 find_and_modify 查询使用了错误的索引。
有没有办法使用 PyMongo 提示正确的索引(按名称或其他方式)?
在任何文档中似乎都没有提到这一点......
根据 SERVER-7105,不支持将 $hint 与 FindAnyModify 一起使用。
最初由JohnnyHK发表