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 集合中有 10000 个文档。我想使用每个文档相隔 1 秒的日期时间值更新所有文档(因此所有日期时间值都是唯一的,并且相隔 1 秒)。有没有办法通过一次更新来做到这一点,而不是依次更新每个文档,这会导致 10000 次不同的更新操作?
谢谢。
不,没有办法用一个更新语句来做到这一点。没有在服务器上运行以允许此类更新的表达式。对此有一个功能请求,但尚未完成,因此无法使用。