1 | db.towns.find( {"sef_url":"piedmont-sc"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 16 |
2 | db.articles.find( {"broadcastto":{"$in":["piedmont-sc","sc","usa"]},"publish_date":{"$lte":"MongoDate(0.76000000 1741978440)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 13 |
3 | db.articles.find( {"broadcastto":{"$in":["piedmont-sc","sc","usa"]},"publish_date":{"$lte":"MongoDate(0.75900000 1741978440)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 2 |
4 | db.events_cache.find( {"_id":"3d9604df5eb9f3cc3a498c2a973ed578"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
5 | db.articles.find( {"broadcastto":{"$in":["piedmont-sc","sc","usa"]},"publish_date":{"$lte":"MongoDate(0.87400000 1741978440)"},"$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":[-82.46810150146484,34.709800720214844],"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 | 6 | 15 |
7 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-82.46810150146484,34.709800720214844],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 6 | 3 |