1 | db.towns.find( {"sef_url":"stockton-ga"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 6 |
2 | db.articles.find( {"broadcastto":{"$in":["stockton-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.85500000 1737198660)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 3 |
3 | db.articles.find( {"broadcastto":{"$in":["stockton-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.85400000 1737198660)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 2 |
4 | db.events_cache.find( {"_id":"c9282c44cfd6a49a64849398ff8909b1"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
5 | db.articles.find( {"broadcastto":{"$in":["stockton-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.91600000 1737198660)"},"$or":[{"tags":"hunt"},{"tags":"hunt-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
6 | db.preserves.find( {"aggregate":[{"$geoNear":{"near":[-82.99970245361328,30.939699172973633],"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 | 21 |
7 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-82.99970245361328,30.939699172973633],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 24 | 4 |