1 | db.towns.find( {"sef_url":"newtonsville-oh"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 64 |
2 | db.articles.find( {"broadcastto":{"$in":["newtonsville-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.21100000 1732337040)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 13 |
3 | db.articles.find( {"broadcastto":{"$in":["newtonsville-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.21100000 1732337040)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 4 |
4 | db.events_cache.find( {"_id":"aa0c351d2e125a6a131ff38d787ee56e"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 15 |
5 | db.articles.find( {"broadcastto":{"$in":["newtonsville-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.40200000 1732337040)"},"$or":[{"tags":"hunt"},{"tags":"hunt-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 29 |
6 | db.preserves.find( {"aggregate":[{"$geoNear":{"near":[-84.08799743652344,39.18040084838867],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}},{"$sort":{"nssf_member":-1,"distance":1}},{"$sort":{"nssf_member":-1,"distance":1}},{"$skip":0},{"$limit":10}]}, [] ).sort( {"nssf_member":-1,"distance":1} ).limit( 10 ).skip( 0 ) | | 0 | 10 | 125 |
7 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-84.08799743652344,39.18040084838867],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 13 | 28 |