[00:01:31] <lenswipe> GothAlice, I'm writing a migration script to migrate the data from Mongo to postgres and a bunch of Foos have the user ObjectId stored aginst htem
[00:02:17] <lenswipe> So, I wanted to retrieve all the users stored against a Foo and ended up having to write some ugly client code to do it because the DB server is an old version of Mongo
[00:02:31] <lenswipe> I mean ultimately, Mongo just wasn't a great fit for this type of app IMHO