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 | 5 | |
| 2 | db.articles.find( {"publish_date":{"$lte":"MongoDate(0.55900000 1770248975)"},"broadcastto":{"$in":["washington-dc","dc","usa"]},"tags":{"$in":["hunt"]}}, ["article_id","tags"] ).sort( [] ).limit( 101 ).skip( 0 ) | 0 | 51 | 9 | |
| 3 | db.articles.find( {"article_id":{"$in":[555,1425,1329,1036,1240]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | 0 | 5 | 2 |