[01:20:13] <husel> Hey, could someone help me with this issue I've encountered while working through a book? http://pastebin.com/PPxwiJyh
[14:38:49] <jayjo> Is there any way to process the errors from a mongoimport file, to 1) figure out how many documents were uploaded out of how many shouldve been uploaded and 2) store the error json lines so they can be processed later
[18:31:26] <cr0mulent> Hello, I would like to use mongorestore to overwrite an existing collection. Do I have to manually drop the connection in the console or will mongorestore overwrite?
[19:46:00] <jayjo> Is there a mailing list that's recommended to ask questions, or should I reach out directly to mongo? I'm trying to parse errors on mongoimport, I've asked here and stackoverflow but am not gaining much traction.
[21:19:17] <Doyle> Rewrites and defragments all data and indexes in a collection. On WiredTiger databases, this command will release unneeded disk space to the operating system.
[21:21:27] <Doyle> On MMAPv1, compact defragments the collection’s data files and recreates its indexes. Unused disk space is not released to the system, but instead retained for future data. If you wish to reclaim disk space from a MMAPv1 database, you should perform an initial sync.