background:
MongoDB collection count : 3600004条
例如:
{
"_id" : ObjectId("5d3a7c75ffab2c23488e6974"),
"name" : "myxk",
"phone" : NumberLong(465200810),
"age" : 55,
"desc" : "chfunikogecpgyeltmnvtclznjgxkytqlzdvqioetaradlacgidjuomnloxtwfqfmrkypvnibngnudmlreyqprqzcavvjbbhhxyb",
"birth" : ISODate("1992-05-22T16:26:22.119Z"),
"hubbies" : [
{
"sceneName" : "zrja",
"audioType" : "mp3",
"prodId" : NumberLong(93648624)
},
{
"sceneName" : "rcta",
"audioType" : "mp3",
"prodId" : NumberLong(76716913)
},
{
"sceneName" : "rwys",
"audioType" : "mp3",
"prodId" : NumberLong(87650253)
}
]
}
查询db.getCollection('test_collection').find({"hubbies":{$elemMatch:{"prodId":83017829}}}).sort({"_id":-1});
没有多键索引:use time 7.44 sec.(6-7s)
建立多键索引