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 中的 capped 或 TTL 集合中获取在清理操作期间自动删除的文档?
谢谢!
不。
(我相信您会在 ttl 集合的复制 oplog local.oplog.rs 中找到已删除文档的 _id ——而不是整个文档。但对于有上限的集合却没有。)