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.
我的问题如下: 每天都会将记录附加到 Mongo 数据库中。没有用于显示时间戳或 id 的特定列(用户因此设计了表格)。在从数据库中检索记录时,是否有任何元信息(例如 BSON document_id)有助于根据特定时间范围(11-12-2013 到 12-12-2013)检索记录。?
时间戳可以从 ObjectId Mongo dcs中提取 更多细节在这里