1 | db.towns.find( {"sef_url":"cedarville-oh"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 15 |
2 | db.articles.find( {"broadcastto":{"$in":["cedarville-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.99900000 1742021258)"},"tags":"shooting-sports"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 5 |
3 | db.articles.find( {"broadcastto":{"$in":["cedarville-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.99800000 1742021258)"},"article_id":{"$ne":1236},"tags":"shooting-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 11 |
4 | db.events_cache.find( {"_id":"4f7a7b6293296356bc340d28a08b2e25"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 12 |
5 | db.articles.find( {"broadcastto":{"$in":["cedarville-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.11500000 1742021259)"},"$or":[{"tags":"shooting-sports"},{"tags":"shooting-sports-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 3 |
6 | db.ranges.find( {"aggregate":[{"$geoNear":{"near":[-83.80809783935547,39.74489974975586],"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 | 57 |
7 | db.ranges.count( {"aggregate":[{"$geoNear":{"near":[-83.80809783935547,39.74489974975586],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 100 | 20 |