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 数据库添加新集合之前,我试图找出性能下降的风险。
我的集合为每个文档保存一个字节数组 (5MB)。
如果我有很多文档 (N),我的工作集是否被认为是 = N * 5MB?
请记住,我对此集合仅使用一个查询:
getEntryByID (id)
我的收藏在 id 字段中被索引。
getById 工作集是否有所减少?