Closed felipealbrecht closed 8 years ago
improve this query:
db.genes.find({ "D": 62632, "C2": { "$in": [ "chr7" ] }, "S": 149867697, "E": 149880610 }).sort({"C2": 1, "S": 1}).explain()
I included manually some indexes in the genes collection, but this code must be include in the deepblue server.
improve this query:
db.genes.find({ "D": 62632, "C2": { "$in": [ "chr7" ] }, "S": 149867697, "E": 149880610 }).sort({"C2": 1, "S": 1}).explain()
I included manually some indexes in the genes collection, but this code must be include in the deepblue server.