标签: node.js mongodb mongoose
在mongoose中,是否需要将填充的子文档字段编入索引?
e.g。
{ field: { type: ObjectId, index: true, ref: 'TestCollection' } }
OR
{ field: { type: ObjectId, ref: 'TestCollection' } }