Đối với Mongo 3.2, bạn có thể làm:
db.test3.explain().distinct("id", {key: "value"})
https://docs.mongodb.org/manual/reference/ method / db.collection.explain /
Đối với Mongo 3.2, bạn có thể làm:
db.test3.explain().distinct("id", {key: "value"})
https://docs.mongodb.org/manual/reference/ method / db.collection.explain /