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 | 7 | |
2 | db.articles.find( {"publish_date":{"$lte":"MongoDate(0.32600000 1732684823)"},"broadcastto":{"$in":["washington-dc","dc","usa"]},"tags":{"$in":["motor-sports"]}}, ["article_id","tags"] ).sort( [] ).limit( 101 ).skip( 0 ) | 0 | 38 | 6 | |
3 | db.articles.find( {"article_id":{"$in":[1238,1766,1325,1660,1700]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | 0 | 5 | 5 |