[00:00:22] <dougb> well, it's going to need to return the user then check to see if it's met the requirements for multiple 'placements'. I'd rather query the DB once for the user then somehow searched that object
[00:08:41] <dougb> ok. I think this should be faster anyways than what I'm currently doing which is querying over 9 mil transactions to get a count, it's not scaling well at all
[00:09:53] <retran> yes, you need to 'reduce' your query
[04:20:14] <LoneSoldier728> anyone notice something wrong with the loops
[05:06:23] <bcows> anyone know if /bson/oid.h in the c++ driver is meant to be used/included in client projects? when I try to include it in a dynamically linked library I am getting symbol lookup errors
[06:57:56] <double_p> http://www.techdirt.com/articles/20130726/01200123954/obama-promise-to-protect-whistleblowers-just-disappeared-changegov.shtml -- hah. change we believe in :P
[11:56:02] <pl2> If I take my database folder and transfer it over to another server(without using mongoexport), would mongo recognize this foreign database?
[14:36:51] <bcows> anyone know if /bson/oid.h in the c++ driver is meant to be used/included in client projects? When I try to include it in a dynamically linked library I am getting symbol lookup errors on it's constructor
[16:06:42] <bcows> anyone know how I can convert a hex string to a mongo::OID using the c++ driver ? mongo::OID("<hex>") gives a compilation error ....
[16:31:35] <kbrwn> hi, I haven't ever used IRC for help before but Im having trouble with the Flask/MongoDB tumblelog tutorial.
[16:34:13] <kbrwn> I thought maybe it was a typed error but after c&ping the code directly I get the same errors. like this one: could not connect to localhost:27017: [Errno 61] Connection refused
[16:50:07] <caitp> is it possible to enforce that a collection only contain a single document?