[02:33:54] <GoodToMeetYou> I am setting up an App that uses MongoDB, but have just found out they will be running it on 32-bit machines.
[02:34:53] <GoodToMeetYou> I read that mongoDB running on 32-bit CPUs have "processes are limited to about 2 gb of data" on here: http://blog.mongodb.org/post/137788967/32-bit-limitations
[02:35:14] <GoodToMeetYou> Does that mean the entire db cannot be any larger than 2gb?
[02:44:29] <GoodToMeetYou> What exactly is a "mongod process" and how does size relate to it?
[07:34:09] <TheTank111> is thier anyway to search within an array of jsonobject based on one field of that object and than set a different field of that same object? I know I can search for the whole object, but I was wondering if this was possible
[10:23:41] <obiwahn> Is there any documentation on building the cxx diver? in a way that it is included into a project?
[10:24:39] <obiwahn> The cmake stuff is really unuseable. Maybe somebody can describe what the development setup looks like ... i am really interested.
[13:23:01] <bq> how can i convert/import mongodb data into sql database?