使用 metorjs 和 mongodb ,如果我有一个巨大的文档并且只有其中一部分被更新,则在一个集合中。整个文档将发送给客户还是仅发送给客户?
例如,在 mongodb 集合中说人,如果我有文档“
{
personName:"abc",
businessContacts:[
{
"contactName":"pqr",
"phone":12121 // if this gets updated in mongodb .. what will be sent via meteor
},
//1000 such more ...
]
}
并且用户在查询中发送了整个文档 | find() .. // 整个文档