1 | db.towns.find( {"sef_url":"lunenburg-vt"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 37 |
2 | db.articles.find( {"broadcastto":{"$in":["lunenburg-vt","vt","usa"]},"publish_date":{"$lte":"MongoDate(0.91300000 1741982102)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 16 |
3 | db.articles.find( {"broadcastto":{"$in":["lunenburg-vt","vt","usa"]},"publish_date":{"$lte":"MongoDate(0.91300000 1741982102)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 5 |
4 | db.events_cache.find( {"_id":"a54356df3d1817f80e6d64f317f699a0"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 4 |
5 | db.articles.find( {"broadcastto":{"$in":["lunenburg-vt","vt","usa"]},"publish_date":{"$lte":"MongoDate(0.02700000 1741982103)"},"$or":[{"tags":"hunt"},{"tags":"hunt-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 3 |
6 | db.preserves.find( {"aggregate":[{"$geoNear":{"near":[-71.68229675292969,44.46329879760742],"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 | 8 | 18 |
7 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-71.68229675292969,44.46329879760742],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 8 | 15 |