The Essentials to Getting Started
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | db.towns.find( {"sef_url":"duncanville-al"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | 0 | 1 | 10 | |
2 | db.articles.find( {"publish_date":{"$lte":"MongoDate(0.09400000 1742013485)"},"broadcastto":{"$in":["duncanville-al","al","usa"]},"tags":{"$in":["motor-sports"]}}, ["article_id","tags"] ).sort( [] ).limit( 101 ).skip( 0 ) | 0 | 40 | 6 | |
3 | db.articles.find( {"article_id":{"$in":[1751,1238,1542,1274,1763]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | 0 | 5 | 2 |