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 手册中阅读了一些关于数据库锁定的信息。它说 mongodb 为使用数据库的多个客户端实现了某种读写锁。当我们需要确保数据完整性时,这似乎是绝对合乎逻辑的。
我的问题是为什么 mongodb 锁定数据库而不是集合?
该功能还没有完成。它计划用于 2.4+(也许是 2.5?)。在 2.2 之前,它是全局锁而不是数据库级锁。