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 是否会通过网络传输整个文档?
投影是在服务器端处理的,因此只有查询投影中包含的字段才会通过网络传输。
在 C# 驱动程序中,这是通过SetFieldson 方法完成的MongoCursor。
SetFields
MongoCursor