PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 11th of September, 2016

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[07:55:01] <pihpah> BSON Document Size
[07:55:03] <pihpah> The maximum BSON document size is 16 megabytes.
[07:55:23] <pihpah> Is that valid for a document with nested ones?
[07:56:02] <pihpah> Or fo a single document that might be embedded into another?
[07:58:36] <pihpah> I have some issues with designing my DB schema. I want to store user favorite books inside book collection so that if a book document will be removed it will be removed from user favorite list but there are limitation on the collection size so that's why I am asking this question.
[07:59:15] <pihpah> on the document size*
[08:31:41] <ren0v0> Hey, i'm trying to use datadog to collect stats from mongo, but i'm getting this error >> " top may only be run against the admin database" but i'm able to execute "db.adminCommand("top")" on the database