标签: mongodb performance
如果一个简单的products架构有四个字段merchantId,gender,category和color,那么拥有四个单独的索引会更好(每个字段一个)或者只有一个复合索引使用所有四个字段?
products
merchantId
gender
category
color
用例是我定期运行使用上述四个字段的任意组合作为$group._id的聚合。
$group._id