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 | 58 | |
2 | db.articles.find( {"publish_date":{"$lte":"MongoDate(0.96000000 1741937348)"},"broadcastto":{"$in":["washington-dc","dc","usa"]},"tags":{"$in":["hunt"]}}, ["article_id","tags"] ).sort( [] ).limit( 101 ).skip( 0 ) | 0 | 69 | 22 | |
3 | db.articles.find( {"article_id":{"$in":[1576,1687,1658,1513]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | 0 | 4 | 17 |