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 | 5 | |
| 2 | db.articles.find( {"publish_date":{"$lte":"MongoDate(0.00300000 1764992049)"},"broadcastto":{"$in":["washington-navy-yard-dc","dc","usa"]},"tags":{"$in":["motor-sports"]}}, ["article_id","tags"] ).sort( [] ).limit( 101 ).skip( 0 ) | 0 | 37 | 7 | |
| 3 | db.articles.find( {"article_id":{"$in":[1749,1712,1637,1316,1751]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | 0 | 5 | 1 |