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.
实际上我正在使用 mongodb 做项目。在我更新记录并找到所有记录后,它会更改文档位置。所以我如何避免这个问题。
随着更新的进行,集合中文档的“自然”(即未排序)顺序可能会发生变化,因此如果您希望查询返回的文档具有特定顺序,则需要在查询中包含排序对象。