The Essentials to Getting Started
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | db.towns.find( {"sef_url":"washington-navy-yard-dc"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | 0 | 1 | 4 | |
| 2 | db.pages.find( {"slug":{"$in":["faq-atv-ohv"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | 0 | 1 | 2 | |
| 3 | db.articles.find( {"publish_date":{"$lte":"MongoDate(0.36100000 1766348496)"},"broadcastto":{"$in":["washington-navy-yard-dc","dc","usa"]},"tags":{"$in":["motor-sports"]}}, ["article_id","tags"] ).sort( [] ).limit( 101 ).skip( 0 ) | 0 | 37 | 7 | |
| 4 | db.articles.find( {"article_id":{"$in":[1749,1568,1542,1655,1518]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | 0 | 5 | 2 |