PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 26th of October, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[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