[16:49:39] <cheeser> maybe it's just the enterprise stuff we only offer on centos/debian.
[16:49:52] <cheeser> i certainly have no plans to make suse rpms for this project. :)
[16:50:44] <dddh> using dockerized 3.0 and 3.2 in sles11sp4 containers on sles12 servers
[16:59:28] <macwinner> GothAlice: hola! how goes it? Still waiting for 3.2 before switching to wiredtiger? Any estimates on how much storage usage will be reduced for your on your massive dataset?
[20:27:26] <stiv2k> i have a class AuditLog that derives from LogEntry. At the top of my class I have [Polymorphic(CollectionName = "auditLogs")] but when it gets inserted into MongoDB it still gets placed in a collection named LogEntrys
[20:36:50] <aalex-s3> I have a large nested schema that I am thinking about, for MongoDB. Is it a good idea to have a large list of JSON objects which themselves contain in turn list of JSON objects, nested deeply into a large mega-structure? Or: is it better to have separate collections for each of these things?
[20:37:11] <aalex-s3> Here is my proposed schema: http://paste.debian.net/332238/
[21:17:44] <Doyle> Hey. With AWS's large EBS volumes, does it still make sense to use RAID, or striped LVMs?
[21:18:08] <Doyle> Just looking for thoughts, or revisions to best practices?
[21:18:59] <stiv2k> i have a class AuditLog that derives from LogEntry. At the top of my class I have [Polymorphic(CollectionName = "auditLogs")] but when it gets inserted into MongoDB it still gets placed in a collection named LogEntrys
[23:57:00] <FreeSpencer> Is it possible todo bulk import over multiple collections?
[23:59:31] <cheeser> FreeSpencer: one thread per collection, sure.