The Essentials to Getting Started
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | db.towns.find( {"sef_url":"washington-dc"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | 0 | 1 | 6 | |
2 | db.pages.find( {"slug":{"$in":["faq-hunting"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | 0 | 1 | 2 | |
3 | db.articles.find( {"publish_date":{"$lte":"MongoDate(0.82500000 1732368198)"},"broadcastto":{"$in":["washington-dc","dc","usa"]},"tags":{"$in":["hunt"]}}, ["article_id","tags"] ).sort( [] ).limit( 101 ).skip( 0 ) | 0 | 69 | 5 | |
4 | db.articles.find( {"article_id":{"$in":[1784,1717,1576,1425]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | 0 | 4 | 2 |