[01:09:55] <mongodb033> Hi, where can I find the bson package required by pymongo? When I use the one from PyPI (pip install bson), it's installing bson with RE_TYPE, son, and etc missing
[01:11:09] <mongodb033> for example: from bson.py3compat import b ImportError: No module named py3compat
[06:36:28] <ron> if you need to directly manipulate the 5-level deeply-nested document, then I'd avoid it. if you're storing it for convenience reasons, no problem at all.
[06:41:46] <donCams> if i need to manipulate it, what do you suggest?
[06:45:08] <ron> well, without knowing the full use case, it would be difficult to suggest a solution
[06:46:16] <donCams> say just a 2-level deep document. i have an object that has attributes. this attribute comes from a separate collection.
[06:46:56] <donCams> now say i update a name of an attribute from the origin collection and I want that change to propagate to all the objects that has that attribute
[06:47:14] <donCams> there are 2 collections on this scenario
[07:13:28] <ron> donCams: I imagine changing the name of an attribute isn't that common
[08:56:28] <[S^K]> How can I sort a nested list using find_one() ?
[08:57:06] <kali> you can't. you need to do it application side, or with the aggregation framework
[10:24:54] <Nodex> point in time backups - done. Document version control - done :D
[11:21:59] <dob_> is it still correct that mongodb does not use indexes when aggregate using $group?
[11:25:03] <dob_> I have a aggregation which groups a lot of fields. I am thinking about adding all fields and search fields to a compound index. Will that help?
[11:30:35] <Nodex> aggregation grouping is fairly fast
[18:23:00] <Bilge> But I want to schedule regular backups to a home Windows PC that is not always switched on
[19:04:08] <heloyou> anyone here familiar with doctrine ODM? having an issue with the persister not creating a dbref in the parent when i add a new document to its arraycollection. #doctrine seems fairly dead...