[20:20:34] <synthmeat> Derick: what's happening with 18.04? all JIRA stuff indicates it being done (docs/curl/everything) but it's not present anywhere
[20:59:30] <chris_99> Hi , i'm just wondering with pymongo+mongodb, i have around 0.5MB binary in a document along with various other fields, but if i do: say 'db.sensordata.find({},{"time":True,"ip":True,"temp": True) that would only return those fields right, and ignore the binary data which is called say 'bin'
[21:04:42] <chris_99> the reason i'm wondering, is it's taking 6 seconds to return 1433 records, with just an ip in the record
[21:05:19] <chris_99> basically doing: for z in db.sensordata.find({},{"ip":True}): i+=1 and printing i at the end
[21:20:36] <chris_99> hmm even in mongo shell it's that slow '"executionTimeMillisEstimate" : 6623,'